First pass of .oe cleanups.
[openembedded.git] / python / python-snmplib_0.1.1.oe
index e69de29..beb2d6b 100644 (file)
@@ -0,0 +1,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
+