aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-iptables/APKBUILD
blob: 4d3df2495c688c63ec721b776931c49aa0874c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-iptables
pkgver=0.4.1
pkgrel=0
pkgdesc="A web-based system administration interface for iptables"
url="http://git.alpinelinux.org/cgit/acf-iptables"
arch="noarch"
license="GPL-2"
depends="acf-core lua iptables"
makedepends=""
install=
subpackages=""
source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"

package() {
	cd "$srcdir/$pkgname-$pkgver"

	make DESTDIR="$pkgdir" install

}

md5sums="79f496ec936c95ed7111ed284eae5bbf  acf-iptables-0.4.1.tar.bz2"