aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nylon/simple-firewall.bb
blob: 408faf9f2963beaa84543534cc3da5f51a0da07e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "simple firewall configuratiopn script"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
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 -
}