summaryrefslogtreecommitdiff
path: root/python/python-snmplib_0.1.1.oe
blob: da0ee4dd3fad4c16dfe8d082dde85201eb9a56b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "A Pure Python SNMP Package"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
SRCNAME = "libsnmp"

SRC_URI = "http://seafelt.unicity.com.au/downloads/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils