diff options
Diffstat (limited to 'extra/lxml/Pkgfile')
-rw-r--r-- | extra/lxml/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/lxml/Pkgfile b/extra/lxml/Pkgfile new file mode 100644 index 000000000..af19b8dbb --- /dev/null +++ b/extra/lxml/Pkgfile @@ -0,0 +1,15 @@ +# Description: librairie python pour le traitement du XML +# URL: http://pypi.python.org/pypi/lxml +# Maintainer: NuTyX core team +# Packager: skingrapher at legtux dot org +# Depends on: libxml2, libxslt, python + +name=lxml +version=2.2.4 +release=1 +source=(http://pypi.python.org/packages/source/l/$name/$name-$version.tar.gz) + +build() { +cd $name-$version + python setup.py install --root=$PKG +} |