summaryrefslogtreecommitdiffstats
path: root/extra/zonenotify/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/zonenotify/APKBUILD')
-rw-r--r--extra/zonenotify/APKBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/zonenotify/APKBUILD b/extra/zonenotify/APKBUILD
deleted file mode 100644
index 9709eba4..00000000
--- a/extra/zonenotify/APKBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=zonenotify
-pkgver=0.1
-pkgrel=0
-pkgdesc="Utility to send NS_NOTIFY packets to slave DNS servers"
-arch=""
-url="http://www.morettoni.net/zonenotify.en.html"
-license='BSD'
-depends="uclibc"
-source="http://www.morettoni.net/bsd/$pkgname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir/$pkgname"
- make || return 1
- install -D zonenotify "$pkgdir"/usr/bin/zonenotify
-}
-
-md5sums="1cb15b505eaa22440c7a26ea34af2514 zonenotify-0.1.tar.gz"