Another pass of .oe cleanups.
[vuplus_openembedded] / python / python-gnosis_1.1.1.oe
1 DESCRIPTION = "Gnosis Utils contains several Python modules for XML processing, plus other generally useful tools"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 RDEPENDS = "libc6 python-core"
6 DEPENDS = "virtual/libc"
7 SRCNAME = "Gnosis_Utils"
8
9 SRC_URI = "http://gnosis.cx/download/${SRCNAME}-${PV}.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils
13