summaryrefslogtreecommitdiffstats
path: root/lxml/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'lxml/Pkgfile')
-rw-r--r--lxml/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lxml/Pkgfile b/lxml/Pkgfile
new file mode 100644
index 000000000..525c2c2a4
--- /dev/null
+++ b/lxml/Pkgfile
@@ -0,0 +1,17 @@
+# 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
+# Run on: libxml2,libxslt
+
+name=lxml
+version=2.3
+release=1
+source=(http://pypi.python.org/packages/source/l/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ python2 setup.py install --root=$PKG
+}
+