milis/talimatname/genel/p/pympv/talimat

17 lines
472 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Mpv media player'a Python arabirimi
# URL: https://github.com/jaseg/python-mpv
# Paketçi: Cihan_Alkan
# Gerekler: mpv python python-setuptools python3 python3-setuptools
# Grup: kütüphane
isim=pympv
surum=0.3.8
devir=1
kaynak=(https://github.com/jaseg/python-mpv/archive/v0.3.8.tar.gz::$isim-$surum.tar.gz)
derle() {
cd python-mpv-${surum}
python2 setup.py install --root="$PKG/" --optimize=1
python3 setup.py install --root="$PKG/" --optimize=1
}