diff options
| author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-12 13:49:19 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-12 13:49:19 +0000 |
| commit | 2fb7dbea15a9defe06eff9e3d63a7ea342e71448 (patch) | |
| tree | 24a350d526384edeed920eb89be58ba657009d41 /packages/python/python-lxml_1.0.2.bb | |
| parent | d0bce41e1b2c5124ed85aac04d715ca147a16632 (diff) | |
| parent | 060802a060579c858748b6ef5f9075c449a3c861 (diff) | |
merge of 5180d45d06f92e034b4c024f4f52e16d157aa0d9
and 596b10cd24c63dccc9c168ee841040c9f8615e50
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 + |
