summaryrefslogtreecommitdiffstats
path: root/extra/zonenotify/APKBUILD
blob: 9709eba4ee3f19be3f4e2d9ee023ea2a137dc718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"