summaryrefslogtreecommitdiff
path: root/lxml/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2010-11-13 17:13:21 +1100
committerDanny Rawlins <monster.romster@gmail.com>2010-11-13 17:13:21 +1100
commitd218b7d9828bc43d9febc0d40fab396e60d73e81 (patch)
tree6601d98888dc6499bbb130fa40d1dd8a3a48566f /lxml/Pkgfile
parent55b28b64f4e276a7fb09b52677b96ca2f6126f7c (diff)
downloadcontrib-d218b7d9828bc43d9febc0d40fab396e60d73e81.tar.gz
contrib-d218b7d9828bc43d9febc0d40fab396e60d73e81.tar.xz
lxml: new port moved from romster ports
Diffstat (limited to 'lxml/Pkgfile')
-rw-r--r--lxml/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lxml/Pkgfile b/lxml/Pkgfile
new file mode 100644
index 000000000..27e0d7389
--- /dev/null
+++ b/lxml/Pkgfile
@@ -0,0 +1,15 @@
+# Description: A pythonic binding for the libxml2 and libxslt libraries.
+# URL: http://codespeak.net/lxml/
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: Danny Rawlins, monster dot romster at gmail dot com
+# Depends on: libxml2 libxslt setuptools cython
+
+name=lxml
+version=2.2.8
+release=1
+source=(http://codespeak.net/lxml/$name-$version.tgz)
+
+build() {
+ cd $name-$version
+ python setup.py install --root $PKG
+}

Generated by cgit