summaryrefslogtreecommitdiffstats
path: root/main/acf-iptables/APKBUILD
blob: e1cbb05469205f3dd06d70780e88b81d34a44c42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-iptables
pkgver=0.6.0
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://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

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

	make DESTDIR="$pkgdir" install

}

md5sums="b864518a9832801d593c3ef36b650545  acf-iptables-0.6.0.tar.xz"
sha256sums="7fca55be2554cd4feb438dc6940bab1c5bb469bb6e05e4f078d025d28e572539  acf-iptables-0.6.0.tar.xz"
sha512sums="020379b17de2612c0d81f8745a40bcc1c85725abfb7fcbe188161c3f3a7142886f29e428a9b7e9beb260716b57f5ae57b8db592f9aa05e2f474dd90b9aa516d6  acf-iptables-0.6.0.tar.xz"