# Contributor: Michael Mason pkgname=acf-iptables pkgver=0.1.0 pkgrel=0 pkgdesc="A web-based system administration interface for iptables" url="http://dev.alpinelinux.org/alpine/acf" license="GPL-2" depends="acf-core lua iptables" makedepends="" install= subpackages="" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" build() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } md5sums="02ef8d8538c91ed842346860105bdd94 acf-iptables-0.1.0.tar.bz2"