summaryrefslogtreecommitdiffstats
path: root/extra/lxml/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-07-19 11:15:27 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-07-19 11:15:27 +0400
commitd3bc340071fa52b5218af28947baf8e19229dc95 (patch)
tree602f69d966145ca78061f45e83a56491459e3201 /extra/lxml/Pkgfile
parentc26e7e142390d94a0584c47a8ac6709145e41bc1 (diff)
downloadnutyx-extra-d3bc340071fa52b5218af28947baf8e19229dc95.tar.gz
nutyx-extra-d3bc340071fa52b5218af28947baf8e19229dc95.tar.bz2
nutyx-extra-d3bc340071fa52b5218af28947baf8e19229dc95.tar.xz
nutyx-extra-d3bc340071fa52b5218af28947baf8e19229dc95.zip
ajout de lxml#2.2.4-1
Diffstat (limited to 'extra/lxml/Pkgfile')
-rw-r--r--extra/lxml/Pkgfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/lxml/Pkgfile b/extra/lxml/Pkgfile
new file mode 100644
index 000000000..5260f04b1
--- /dev/null
+++ b/extra/lxml/Pkgfile
@@ -0,0 +1,14 @@
+# 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
+}