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

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="fca9c93b1ed06e1391c44fe783056a46  acf-dnscache-0.2.2.tar.bz2"