blob: 1af8ebbe510daca94c49ff1d022610f3c9fd9039 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "A Pure Python SNMP Package"
SECTION = "devel/python"
PRIORITY = "optional"
RDEPENDS = "python-core"
SRCNAME = "libsnmp"
LICENSE = "LGPL"
SRC_URI = "http://seafelt.unicity.com.au/downloads/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
|