diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-07-31 04:59:46 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-07-31 04:59:46 +0000 |
commit | c6c27ea7e56f933919b7b26582c4b3689238a0d9 (patch) | |
tree | 0197775d9e16b5370a4c798c00e9dd2b53a6ca76 /packages/nonworking/nylon | |
parent | c7c4d8a0532d27ed0a1b270ee8d5a89281106eaa (diff) |
simple-firewall -> nylon/
Diffstat (limited to 'packages/nonworking/nylon')
-rw-r--r-- | packages/nonworking/nylon/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/nylon/simple-firewall.bb | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/nonworking/nylon/.mtn2git_empty b/packages/nonworking/nylon/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/nylon/.mtn2git_empty diff --git a/packages/nonworking/nylon/simple-firewall.bb b/packages/nonworking/nylon/simple-firewall.bb new file mode 100644 index 0000000000..fc7c3de6a3 --- /dev/null +++ b/packages/nonworking/nylon/simple-firewall.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "simple firewall configuratiopn script" +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "virtual/kernel" +#SRCDATE = "20060114" +SRCDATE = "20070130" +#SRCDATE = "${TOMORROW}" +PV = "cvs${SRCDATE}" + +SRC_URI = "svn://gruen.4g/svn/trunk/application;module=${PN};proto=http" +S = "${WORKDIR}/${PN}" + +do_install() { + (cd ${S}; tar -c --exclude .svn -f - . ) | tar -C ${D} -xpf - +} |