blob: 0280a310b3d5d1e61bf851fbb582b8f02810de9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PR = "r0"
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"
|