blob: e5a4f0056f12693d5616e3a4e265616eba17833d (
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"
LICENSE = "GPLv2"
SRCNAME = "Gnosis_Utils"
PR = "ml0"
SRC_URI = "http://gnosis.cx/download/Gnosis_Utils.More/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
|