summaryrefslogtreecommitdiffstats
path: root/main/acf-shorewall/APKBUILD
blob: 494debcf1ca4bd63fd66aaeea390ee4d023db83e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-shorewall
pkgver=0.9.0
pkgrel=0
pkgdesc="A web-based system administration interface for shorewall"
url="http://git.alpinelinux.org/cgit/acf-shorewall"
arch="noarch"
license="GPL-2"
depends="acf-core lua shorewall-shell"
source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="24f5b26d960b6fdce016688669da2f6d  acf-shorewall-0.9.0.tar.bz2"