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