contrib/lxml/Pkgfile

16 lines
412 B
Plaintext
Raw Normal View History

# Description: A pythonic binding for the libxml2 and libxslt libraries.
2012-01-11 07:58:03 +01:00
# URL: http://lxml.de/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: beautifulsoup4 cssselect cython html5lib-python libxslt
name=lxml
2017-11-12 05:17:43 +01:00
version=4.1.1
release=1
2012-01-11 07:58:03 +01:00
source=(http://lxml.de/files/$name-$version.tgz)
build() {
cd $name-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root $PKG
}