diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-24 12:29:58 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-24 12:29:58 +0000 |
commit | 99649800a386d02768239022ecb87b9af272551d (patch) | |
tree | f0407e777e8f74c59c08eed9154c2c8c05161ee4 /packages | |
parent | 6f5ffc9531471696cbe116c976cf35eff590fbde (diff) |
python-netfilter_0.5.4.bb: add Python module to manage iptables rules
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-netfilter_0.5.4.bb | 11 |
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 |