mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
updated
This commit is contained in:
1
core/python2-libxml2/.md5sum
Normal file
1
core/python2-libxml2/.md5sum
Normal file
@@ -0,0 +1 @@
|
||||
896608641a08b465098a40ddf51cefba
|
||||
13
core/python2-libxml2/spkgbuild
Normal file
13
core/python2-libxml2/spkgbuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user