summaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/python-lxml_2.1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/python-lxml_2.1.5.bb')
-rw-r--r--recipes/nonworking/python-lxml_2.1.5.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/nonworking/python-lxml_2.1.5.bb b/recipes/nonworking/python-lxml_2.1.5.bb
new file mode 100644
index 0000000000..de0566e38f
--- /dev/null
+++ b/recipes/nonworking/python-lxml_2.1.5.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Python Bindings to the XML libraries libxml2 and libxslt"
+HOMEPAGE = "http://codespeak.net/lxml/"
+AUTHOR = "http://codespeak.net/mailman/listinfo/lxml-dev"
+LICENSE = "BSD"
+DEPENDS = "libxml2 libxslt"
+PR = "ml0"
+
+SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz"
+S = "${WORKDIR}/lxml-${PV}"
+
+inherit distutils
+