diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-31 18:44:34 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-31 18:44:34 +0000 |
commit | cea573b7ab71cabae28020c7d3a11ee90b03d901 (patch) | |
tree | e0c8053c806236d0ed5d24e845b60e6b9fa42c3a /packages/python/python-snmplib_0.1.1.bb | |
parent | b53bf6999ed1feedd9d79f1c99b63ddc811b39af (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2004/12/31 10:44:33-08:00 (none)!ggilbert
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into olddog.(none):/home/ggilbert/oe/openembedded
2004/12/31 10:44:17-08:00 (none)!ggilbert
Licensing additions
2004/12/31 18:41:30+01:00 (none)!br1
added stunnel init script and configuration file
BKrev: 41d59e12wekLBFs_VrpoqSRgkooaYw
Diffstat (limited to 'packages/python/python-snmplib_0.1.1.bb')
-rw-r--r-- | packages/python/python-snmplib_0.1.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-snmplib_0.1.1.bb b/packages/python/python-snmplib_0.1.1.bb index e69de29bb2..ad75fbeb61 100644 --- a/packages/python/python-snmplib_0.1.1.bb +++ b/packages/python/python-snmplib_0.1.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "A Pure Python SNMP Package" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +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 + |