aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2008-04-24 12:29:58 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2008-04-24 12:29:58 +0000
commit99649800a386d02768239022ecb87b9af272551d (patch)
treef0407e777e8f74c59c08eed9154c2c8c05161ee4
parent6f5ffc9531471696cbe116c976cf35eff590fbde (diff)
downloadopenembedded-99649800a386d02768239022ecb87b9af272551d.tar.gz
python-netfilter_0.5.4.bb: add Python module to manage iptables rules
-rw-r--r--packages/python/python-netfilter_0.5.4.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/python/python-netfilter_0.5.4.bb b/packages/python/python-netfilter_0.5.4.bb
new file mode 100644
index 0000000000..5468245a6b
--- /dev/null
+++ b/packages/python/python-netfilter_0.5.4.bb
@@ -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