aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-netfilter_0.5.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-netfilter_0.5.5.bb')
-rw-r--r--recipes/python/python-netfilter_0.5.5.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/python/python-netfilter_0.5.5.bb b/recipes/python/python-netfilter_0.5.5.bb
new file mode 100644
index 0000000000..17f3aaada0
--- /dev/null
+++ b/recipes/python/python-netfilter_0.5.5.bb
@@ -0,0 +1,12 @@
+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"
+PR = "ml0"
+
+SRC_URI = "http://opensource.bolloretelecom.eu/files/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils