blob: eff82cb38d3d9975a199eca28a39498a1ad4be84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PR = "r2"
LICENSE = "GPL"
inherit gpe pkgconfig
DEPENDS = "libgpewidget iptables"
RDEPENDS = "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://backend-iptables.patch;patch=1;pnum=0 \
file://desktop-name.patch;patch=1;pnum=0"
|