summaryrefslogtreecommitdiff
path: root/packages/gpe-shield/gpe-shield_0.6.bb
blob: 6b1e1829d43fbe54f49e5cd2816e5fd1d7236224 (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"