# Contributor: Ted Trask # Maintainer: Ted Trask pkgname=acf-shorewall pkgver=0.8.1 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="5ea66ea7962d5796c4fad6eb62a464b1 acf-shorewall-0.8.1.tar.bz2"