blob: 409c3142ef735d505911de4fbed00262ac682b4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Gnosis Utils contains several Python modules for XML processing, plus other generally useful tools"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
SRCNAME = "Gnosis_Utils"
SRC_URI = "http://gnosis.cx/download/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
|