summaryrefslogtreecommitdiff
path: root/python/python-gnosis_1.1.1.oe
blob: b6692c72feff9eb9dc8130326588deb5964baf47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Gnosis Utils contains several Python modules for XML processing, plus other generally useful tools"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "libc6 python-core"
DEPENDS = "virtual/libc"
SRCNAME = "Gnosis_Utils"

SRC_URI = http://gnosis.cx/download/${SRCNAME}-${PV}.tar.gz
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils