diff options
Diffstat (limited to 'packages/python/python-lxml_1.0.2.bb')
| -rw-r--r-- | packages/python/python-lxml_1.0.2.bb | 13 |
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 + |
