diff options
Diffstat (limited to 'main/acf-shorewall')
-rw-r--r-- | main/acf-shorewall/APKBUILD | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/main/acf-shorewall/APKBUILD b/main/acf-shorewall/APKBUILD new file mode 100644 index 0000000000..64bd03a81e --- /dev/null +++ b/main/acf-shorewall/APKBUILD @@ -0,0 +1,15 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=acf-shorewall +pkgver=0.5.0 +pkgrel=0 +pkgdesc="A web-based system administration interface for shorewall" +url="http://git.alpinelinux.org/cgit/acf-shorewall" +license="GPL-2" +depends="acf-core lua shorewall" +source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" + +build() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} +md5sums="12d8bbc1242ee2e0206fa7369a60ca66 acf-shorewall-0.5.0.tar.bz2" |