mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
# description : Python2 bindings for libxml2
|
|
# depends : python2 libxml2
|
|
|
|
name=python2-libxml2
|
|
version=2.9.9
|
|
release=1
|
|
source=(http://xmlsoft.org/sources/libxml2-$version.tar.gz)
|
|
md5sum=(c04a5a0a042eaa157e8e8c9eabe76bd6)
|
|
|
|
build() {
|
|
cd libxml2-$version/python
|
|
python2 setup.py build
|
|
python2 setup.py install --optimize=1 --root=$PKG
|
|
}
|