From ea1f4bece8870857691a7123bdc899562760b3fe Mon Sep 17 00:00:00 2001 From: root Date: Tue, 20 Dec 2011 23:14:59 +0000 Subject: Tue Dec 20 23:14:59 UTC 2011 --- community/unbound/PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'community/unbound') diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 00e8f4774..8f0ff6668 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 57055 2011-10-19 13:43:09Z bisson $ +# $Id: PKGBUILD 60976 2011-12-19 22:59:53Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Hisato Tatekura # Contributor: Massimiliano Torromeo pkgname=unbound -pkgver=1.4.13 -pkgrel=2 +pkgver=1.4.14 +pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' arch=('i686' 'x86_64') url='http://unbound.net/' @@ -19,7 +19,7 @@ backup=('etc/unbound/unbound.conf') source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz" 'unbound.conf' 'rc.d') -sha1sums=('834ccfd1cb41a44f53b33f8338a8f9cc68febaf7' +sha1sums=('1435029abe63d0106213acb9f173b885183cf1d7' '5d473ec2943fd85367cdb653fcd58e186f07383f' 'dc96e772f467b32555df21d16fdb15e98194c228') @@ -27,6 +27,7 @@ install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ @@ -34,13 +35,16 @@ build() { --enable-static=no \ --disable-rpath \ --with-conf-file=/etc/unbound/unbound.conf \ - --with-pidfile=/var/run/unbound.pid + --with-pidfile=/var/run/unbound.pid \ + make } package() { cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -D -m755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}" install -D -m644 ../unbound.conf "${pkgdir}/etc/unbound/unbound.conf" -- cgit v1.2.3-54-g00ecf