blob: 2e8b9539259d61174c03323cbc09a7a1badab1ba (
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.7.1
pkgrel=1
pkgdesc="A web-based system administration interface for iptables"
url="http://git.alpinelinux.org/cgit/acf-iptables"
arch="noarch"
license="GPL2"
depends="acf-core 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="8ebac62f78bd8482149c8e94367a1b5f acf-iptables-0.7.1.tar.xz"
sha256sums="9b84ed1c680f4be79f3df7e342466336d98959ee493a23b12c89ce998d9fe78e acf-iptables-0.7.1.tar.xz"
sha512sums="1def7240cbbceb06e810ac00463b8b7693e6fe7c7f70be91c0ee8b4fe3a25869bf583425f6b9f16057d41909f819b1875ed48cc9f3837a265e42986eb303f303 acf-iptables-0.7.1.tar.xz"
|