summaryrefslogtreecommitdiffstats
path: root/main/acf-shorewall/APKBUILD
blob: aa0dee11688d10bfaf012391e4b7368349a6742e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-shorewall
pkgver=0.6.2
pkgrel=0
pkgdesc="A web-based system administration interface for shorewall"
url="http://git.alpinelinux.org/cgit/acf-shorewall"
arch="x86 x86_64"
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="d92c0f4ebdbe52dff156a13c08055cf9  acf-shorewall-0.6.2.tar.bz2"