mplayer-common: fix arch and install
[openembedded.git] / recipes / nonworking / python-lxml_2.1.5.bb
blobde0566e38fcd81c16817540cd00a96256f54e14d
1 DESCRIPTION = "Python Bindings to the XML libraries libxml2 and libxslt"
2 HOMEPAGE = "http://codespeak.net/lxml/"
3 AUTHOR = "http://codespeak.net/mailman/listinfo/lxml-dev"
4 LICENSE = "BSD"
5 DEPENDS = "libxml2 libxslt"
6 PR = "ml0"
8 SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz"
9 S = "${WORKDIR}/lxml-${PV}"
11 inherit distutils