summaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/python-lxml_2.1.5.bb
blob: de0566e38fcd81c16817540cd00a96256f54e14d (plain)
1
2
3
4
5
6
7
8
9
10
11
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