2018-01-19 05:34:24 +01:00
|
|
|
|
# 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
|
2018-01-19 05:43:17 +01:00
|
|
|
|
# Gerekler: python python-six python-setuptools
|
2018-01-19 05:34:24 +01:00
|
|
|
|
# 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"
|
|
|
|
|
}
|