aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-lxml_1.3.3.bb
blob: 16e5893f709612249192cfc3c4afb8090e779333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
FILE_PR = "ml1"

SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz \
           file://use-pkgconfig-to-detect.patch;patch=1"
S = "${WORKDIR}/lxml-${PV}"

inherit distutils