blob: c255c25a213685a0c0eb795d744906ce0d0cdca0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PR = "r1"
LICENSE = "GPL"
inherit gpe pkgconfig
DEPENDS = "libgpewidget iptables"
SECTION = "gpe"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
DESCRIPTION = "GPE network security tool"
export CVSBUILD = no
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
file://${FILESDIR}/makefile.patch;patch=1;pnum=0"
|