blob: beb2d6b42fd25b2ac8fc08aeef59f174c7bf7078 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "A Pure Python SNMP Package"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "libc6 python-core"
DEPENDS = "virtual/libc"
SRCNAME = "libsnmp"
SRC_URI = http://seafelt.unicity.com.au/downloads/${SRCNAME}-${PV}.tar.gz
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
|