aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nylon/simple-firewall.bb
blob: 4a99d8a8519daedb852d5a7e8dba827753713e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "simple firewall configuratiopn script"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "virtual/kernel"
SRCDATE = "20060810"
PV = "cvs${SRCDATE}"


INHIBIT_PACKAGE_STRIP = "1"

SRC_URI = "http://meshcube.org/nylon/unstable/sources/${PN}_gruen.4g__${SRCDATE}.tar.gz"
S = "${WORKDIR}/${PN}"

do_install() {
	install -d -m 755 ${D}
	(cd ${S}; tar -c --exclude .svn -f - . ) | tar -C ${D} -xpf -
}