contrib/lxml/Pkgfile
2012-01-11 17:58:03 +11:00

16 lines
408 B
Plaintext

# Description: A pythonic binding for the libxml2 and libxslt libraries.
# URL: http://lxml.de/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: libxslt cython
name=lxml
version=2.3.3
release=1
source=(http://lxml.de/files/$name-$version.tgz)
build() {
cd $name-$version
python setup.py install --root $PKG
}