summaryrefslogtreecommitdiffstats
path: root/main/acf-dnscache/APKBUILD
blob: 98bf62d51685b80b8e31db0b054124ab39c2e11f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-dnscache
pkgver=0.5.0
pkgrel=0
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://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="2b4cc4cfba24aef6b06af40ef6ca2ad4  acf-dnscache-0.5.0.tar.xz"
sha256sums="81e6dcaf0bd3ceb322c54c572cf1491179f3b04e9598f77222727f05a55b92c0  acf-dnscache-0.5.0.tar.xz"
sha512sums="227335ea8110154fa65b526af13e38d34690b685d12bb7efc8de7f17aecacfe789eab93d152f60c5227d984b37a7c5709852afd1b0ed5a4d7ca34fd15ea08822  acf-dnscache-0.5.0.tar.xz"