# Contributor: Ted Trask # Maintainer: Ted Trask pkgname=acf-shorewall pkgver=0.7.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" source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } md5sums="190a278c301d0b20afc512b9585148c0 acf-shorewall-0.7.0.tar.bz2"