From e314e7de177a8225d6d37ac1a6d611fae6c38bce Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 4 Nov 2013 14:09:31 +0000 Subject: main/zonenotify: update layout --- main/zonenotify/APKBUILD | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/main/zonenotify/APKBUILD b/main/zonenotify/APKBUILD index b99a3e7b77d..88e39785fdc 100644 --- a/main/zonenotify/APKBUILD +++ b/main/zonenotify/APKBUILD @@ -1,18 +1,25 @@ # Maintainer: Natanael Copa pkgname=zonenotify pkgver=0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Utility to send NS_NOTIFY packets to slave DNS servers" arch="all" -url="http://www.morettoni.net/zonenotify.en.html" -license='BSD' +url="https://github.com/morettoni/zonenotify" +license="BSD" depends="" source="http://www.morettoni.net/bsd/$pkgname-$pkgver.tar.gz" +_builddir="$srcdir"/$pkgname build() { - cd "$srcdir/$pkgname" + 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" -- cgit v1.2.3