aboutsummaryrefslogtreecommitdiffstats
path: root/extra/zonenotify
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-06 12:55:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-06 12:55:18 +0000
commit84569ceefd19256bd7672e66d6cb94b3c499975a (patch)
tree2fdfdfbb976aee96e4fd386ed4674d3b3aa36341 /extra/zonenotify
parentcdbc12f3ee74364692de723e7cba44b8ffd5104e (diff)
downloadaports-84569ceefd19256bd7672e66d6cb94b3c499975a.tar.bz2
aports-84569ceefd19256bd7672e66d6cb94b3c499975a.tar.xz
extra/zonenotify: new aport
Diffstat (limited to 'extra/zonenotify')
-rw-r--r--extra/zonenotify/APKBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/zonenotify/APKBUILD b/extra/zonenotify/APKBUILD
new file mode 100644
index 0000000000..9709eba4ee
--- /dev/null
+++ b/extra/zonenotify/APKBUILD
@@ -0,0 +1,18 @@
+# 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"