# Contributor: Ted Trask # Maintainer: Ted Trask pkgname=acf-dnscache pkgver=0.3.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://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } md5sums="eec8af4eb887448613626d8b08cdc456 acf-dnscache-0.3.0.tar.bz2"