contrib/lxml/Pkgfile

18 lines
533 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/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
2012-01-11 07:58:03 +01:00
# Depends on: libxslt cython
name=lxml
2012-08-21 18:22:26 +02:00
version=2.3.5
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 install --root $PKG
2012-08-21 18:22:26 +02:00
rm $PKG/usr/lib/python*/site-packages/lxml-*-py2.7.egg-info/*
2012-04-04 13:12:38 +02:00
rmdir $PKG/usr/lib/python*/site-packages/*.egg-info
}