diff options
Diffstat (limited to 'extra/zonenotify')
-rw-r--r-- | extra/zonenotify/APKBUILD | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/zonenotify/APKBUILD b/extra/zonenotify/APKBUILD deleted file mode 100644 index 9709eba4e..000000000 --- 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" |