dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / python / python-netfilter_0.5.5.bb
1 DESCRIPTION = "Python module to manage netfilter rules"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 RDEPENDS = "iptables iptables-utils python-logging python-shell python-subprocess"
6 SRCNAME = "python-netfilter"
7 PR = "ml0"
8
9 SRC_URI = "http://opensource.bolloretelecom.eu/files/${SRCNAME}-${PV}.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils