diff options
Diffstat (limited to 'extra/acf-shorewall/APKBUILD')
-rw-r--r-- | extra/acf-shorewall/APKBUILD | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/acf-shorewall/APKBUILD b/extra/acf-shorewall/APKBUILD deleted file mode 100644 index 64bd03a81..000000000 --- a/extra/acf-shorewall/APKBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# 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" |