summaryrefslogtreecommitdiffstats
path: root/extra/acf-dnscache
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
commitb70981b68efcce5256eb11c6cd26ae123b10b6ea (patch)
treea38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/acf-dnscache
parent2b4df81538b8398442d5296650905c70341dd8d3 (diff)
downloadaports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2
aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/acf-dnscache')
-rw-r--r--extra/acf-dnscache/APKBUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/acf-dnscache/APKBUILD b/extra/acf-dnscache/APKBUILD
deleted file mode 100644
index 979df43c..00000000
--- a/extra/acf-dnscache/APKBUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=acf-dnscache
-pkgver=0.2.0
-pkgrel=0
-pkgdesc="A web-based system administration interface for dnscache"
-url="http://git.alpinelinux.org/cgit/acf-dnscache"
-license="GPL-2"
-depends="acf-core lua luaposix dnscache"
-source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-md5sums="58c991b5ccb59c51b20779fa0a7189fa acf-dnscache-0.2.0.tar.bz2"