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

17 lines
431 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: Python için tamamen işlevsel bir X istemci kitaplığı programları
# URL: https://github.com/python-xlib/python-xlib
# Paketçi: Cihan Alkan
# Gerekler: python python-six python-setuptools
# Grup: kütüphane
isim=python-xlib
surum=0.20
devir=1
kaynak=(https://github.com/python-xlib/python-xlib/releases/download/$surum/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
python2 setup.py install --root="$PKG"
}