mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 18:20:12 +00:00
15 lines
434 B
Plaintext
15 lines
434 B
Plaintext
# description : A fully functional X client library for Python programs
|
|
# depends : python2 python2-six python2-setuptools
|
|
|
|
name=python2-xlib
|
|
version=0.25
|
|
release=1
|
|
source=($name-$version.tar.gz::https://github.com/python-xlib/python-xlib/archive/$version.tar.gz)
|
|
md5sum=(aaaf31aad785d6371ef7fd8842b98aa8)
|
|
|
|
build() {
|
|
cd python-xlib-$version
|
|
python2 setup.py build
|
|
python2 setup.py install --root="$PKG" --optimize=1 --skip-build
|
|
}
|