python-netfilter_0.5.4.bb: add Python module to manage iptables rules
authorJeremy Laine <jeremy.laine@m4x.org>
Thu, 24 Apr 2008 12:29:58 +0000 (12:29 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Thu, 24 Apr 2008 12:29:58 +0000 (12:29 +0000)
packages/python/python-netfilter_0.5.4.bb [new file with mode: 0644]

diff --git a/packages/python/python-netfilter_0.5.4.bb b/packages/python/python-netfilter_0.5.4.bb
new file mode 100644 (file)
index 0000000..5468245
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "Python module to manage netfilter rules"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS = "iptables iptables-utils python-logging python-shell python-subprocess"
+SRCNAME = "python-netfilter"
+
+SRC_URI = "http://opensource.bolloretelecom.eu/files/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils