aboutsummaryrefslogtreecommitdiffstats
path: root/main/zonenotify/APKBUILD
blob: 88e39785fdc01b04d3e3d30d7ff290e06fa32b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=zonenotify
pkgver=0.1
pkgrel=3
pkgdesc="Utility to send NS_NOTIFY packets to slave DNS servers"
arch="all"
url="https://github.com/morettoni/zonenotify"
license="BSD"
depends=""
source="http://www.morettoni.net/bsd/$pkgname-$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname
build() {
	cd "$_builddir"
	make || return 1
}

package() {
	cd "$_builddir"
	install -D zonenotify "$pkgdir"/usr/bin/zonenotify
}

md5sums="1cb15b505eaa22440c7a26ea34af2514  zonenotify-0.1.tar.gz"
sha256sums="e07cdf57e0d615a66a0b0ef783ded4e8d13fb537e63c040b64bea76112424d95  zonenotify-0.1.tar.gz"
sha512sums="0ca4478d4cd63c636675128ae072194098cba555b7f3283c9b6920a35873cde0abc583c3cfb014d36a4559e7cc59e492e4452451e00b39238cec6e40e7cdb0f5  zonenotify-0.1.tar.gz"