summaryrefslogtreecommitdiff
path: root/packages/python/python-lxml_1.0.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-12 15:55:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-12 15:55:08 +0000
commit5c061919b6b36e89aeb508dde90a7cf5fe2dc309 (patch)
tree6b10d57f80c863dd670f534612a2ee1b7afafc7b /packages/python/python-lxml_1.0.2.bb
parentdc8bf43ef7e927f0e002f3ae3597eba1bb410d61 (diff)
parent2fb7dbea15a9defe06eff9e3d63a7ea342e71448 (diff)
merge of a0cb602edb3bf2f732004fc35bed483bf4b559f7
and bc5f5478302c34ee064f2f5e7ca8c51c0e226de5
Diffstat (limited to 'packages/python/python-lxml_1.0.2.bb')
-rw-r--r--packages/python/python-lxml_1.0.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-lxml_1.0.2.bb b/packages/python/python-lxml_1.0.2.bb
new file mode 100644
index 0000000000..e36379fed9
--- /dev/null
+++ b/packages/python/python-lxml_1.0.2.bb
@@ -0,0 +1,13 @@
+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"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+PR = "ml0"
+
+SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz"
+S = "${WORKDIR}/lxml-${PV}"
+
+inherit distutils
+