aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-11-04 14:09:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-20 10:27:30 +0000
commite314e7de177a8225d6d37ac1a6d611fae6c38bce (patch)
tree0c49d13e9799a042cda7351ed4f6760e21972ee5
parent4a3f6ae406ed6a97f7652e448271d82f08f946bf (diff)
main/zonenotify: update layout
-rw-r--r--main/zonenotify/APKBUILD15
1 files 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 <ncopa@alpinelinux.org>
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"