This commit is contained in:
emmett1
2017-12-20 22:21:10 +08:00
parent dc43847e8e
commit a18e9bdf99
12 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1 @@
896608641a08b465098a40ddf51cefba

View File

@@ -0,0 +1,13 @@
# description : Python2 bindings for libxml2
# depends : python2 libxml2
name=python2-libxml2
version=2.9.7
release=1
source=(http://xmlsoft.org/sources/libxml2-$version.tar.gz)
build() {
cd libxml2-$version/python
python setup.py build
python setup.py install --optimize=1 --root=$PKG
}