summaryrefslogtreecommitdiffstats
path: root/main/acf-iptables/APKBUILD
blob: 35ea4e652e426e7beffe05fb7cd7145a270b4419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Michael Mason <ms13sp@gmail.com>
pkgname=acf-iptables
pkgver=0.2.1
pkgrel=0
pkgdesc="A web-based system administration interface for iptables"
url="http://git.alpinelinux.org/cgit/acf-iptables"
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="4bdafa9075a89520ef0f12de39c34886  acf-iptables-0.2.1.tar.bz2"