summaryrefslogtreecommitdiffstats
path: root/extra/shorewall-shell/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-19 07:09:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-19 07:09:04 +0000
commit6873dc3a31aa48f250a249cd7fc3d22af59bf6d2 (patch)
tree27df627dd69dcacf660f702997755b517526f93a /extra/shorewall-shell/APKBUILD
parent41e37d9aa0b7f70626f7830d2645c4cad601641b (diff)
extra/shorewall-shell: new aport
Shoreline Firewall shell-based compiler http://www.shorewall.net/
Diffstat (limited to 'extra/shorewall-shell/APKBUILD')
-rw-r--r--extra/shorewall-shell/APKBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/shorewall-shell/APKBUILD b/extra/shorewall-shell/APKBUILD
new file mode 100644
index 00000000000..0832da354b1
--- /dev/null
+++ b/extra/shorewall-shell/APKBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=shorewall-shell
+pkgver=4.2.6
+pkgrel=0
+pkgdesc="Shoreline Firewall shell-based compiler."
+url="http://www.shorewall.net/"
+license="GPL-2"
+depends=""
+#subpackages="$pkgname-doc"
+source="http://www1.shorewall.net/pub/shorewall/4.2/shorewall-$pkgver/$pkgname-$pkgver.tar.bz2"
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ PREFIX="$pkgdir" ./install.sh || return 1
+}
+md5sums="f0bef7f60ddc7d9b58d8e3880965152a shorewall-shell-4.2.6.tar.bz2"