milis/talimatname/genel/p/python-efl/talimat

19 lines
474 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: Efl için python bağlayıcısı
# URL: http://www.enlightenment.org/
# Paketçi: yasarciv67
# Gerekler: python3 python cython efl dbus-python
# Grup: kütüphane
isim=python-efl
surum=1.20.0
devir=1
kaynak=(http://download.enlightenment.org/rel/bindings/python/$isim-$surum.tar.xz)
derle()
{
cd $isim-$surum
/usr/bin/python setup.py build
/usr/bin/python setup.py install --prefix=/usr --root=$PKG
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG
}