blob: 8a9d5b693ccd6b9385b7abea840d49e87a0337ea (
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"
|