Files
ports/core/python2-lxml/spkgbuild
2019-03-03 13:31:54 +08:00

15 lines
360 B
Plaintext

# description : Python2 bindings for libxslt and libxml2
# depends : python2 libxslt
name=python2-lxml
version=4.3.2
release=1
source=(https://files.pythonhosted.org/packages/source/l/lxml/lxml-$version.tar.gz)
md5sum=(8d1698a48f4ef68484de5bab457cc787)
build() {
cd lxml-$version
python2 setup.py build
python2 setup.py install --root=$PKG --optimize=1
}