2010-11-13 17:13:21 +11:00
|
|
|
# Description: A pythonic binding for the libxml2 and libxslt libraries.
|
2012-01-11 17:58:03 +11:00
|
|
|
# URL: http://lxml.de/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
|
|
# Packager: Danny Rawlins, crux at romster dot me
|
2015-06-04 21:59:20 +10:00
|
|
|
# Depends on: beautifulsoup4 cssselect cython html5lib-python libxslt
|
2010-11-13 17:13:21 +11:00
|
|
|
|
|
|
|
name=lxml
|
2015-06-04 21:59:20 +10:00
|
|
|
version=3.4.4
|
2010-11-13 17:13:21 +11:00
|
|
|
release=1
|
2012-01-11 17:58:03 +11:00
|
|
|
source=(http://lxml.de/files/$name-$version.tgz)
|
2010-11-13 17:13:21 +11:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2015-06-04 21:59:20 +10:00
|
|
|
/usr/bin/python setup.py build
|
2014-01-27 18:47:41 +11:00
|
|
|
/usr/bin/python setup.py install --root $PKG
|
2010-11-13 17:13:21 +11:00
|
|
|
}
|