#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=lxml pkgver=2.2.2 pkgrel=1gv arch=x86_64 source=("http://pypi.python.org/packages/source/l/lxml/lxml-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "*.txt") url=http://pypi.python.org/pypi/lxml/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "lxml (Powerful and Pythonic XML processing library)" "lxml is a Pythonic, mature binding for the libxml2 and libxslt" "libraries. It provides safe and convenient access to these libraries" "using the ElementTree API. It extends the ElementTree API" "significantly to offer support for XPath, RelaxNG, XML Schema, XSLT," "C14N and much more." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build python setup.py install --root=$startdir/pkg }