summaryrefslogtreecommitdiff
path: root/community/unbound
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-22 09:09:45 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-22 09:09:45 +0100
commit3680463fea4793ab39000b102bacf1bb66eceafc (patch)
tree7ed09ff631c5955e24bcf6fb1c6eb1a3cc4456fd /community/unbound
parentcf1b8826accdb5f1a092ed387f66f061920c4953 (diff)
parent69d24275e4d5296a5f02e4c4d0fc438a80d159b8 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/qtcreator/PKGBUILD core/glibc/PKGBUILD core/openldap/PKGBUILD extra/libgsf/PKGBUILD extra/phonon/PKGBUILD extra/poppler/PKGBUILD extra/smartmontools/PKGBUILD extra/vlc/PKGBUILD extra/xfwm4/PKGBUILD kde-unstable/calligra/PKGBUILD kde-unstable/kdelibs/PKGBUILD multilib/lib32-glibc/PKGBUILD multilib/lib32-keyutils/PKGBUILD multilib/lib32-krb5/PKGBUILD multilib/lib32-libcap/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/lib32-libogg/PKGBUILD multilib/lib32-libssh2/PKGBUILD multilib/lib32-libxcursor/PKGBUILD multilib/lib32-libxext/PKGBUILD multilib/lib32-libxfixes/PKGBUILD multilib/lib32-libxi/PKGBUILD multilib/lib32-libxrandr/PKGBUILD multilib/lib32-llvm/PKGBUILD multilib/lib32-llvm/clang-pure64.patch multilib/lib32-llvm/enable-lto.patch multilib/lib32-mesa/PKGBUILD multilib/lib32-pcre/PKGBUILD multilib/lib32-pixman/PKGBUILD multilib/lib32-readline/PKGBUILD multilib/lib32-udev/PKGBUILD multilib/lib32-v4l-utils/PKGBUILD
Diffstat (limited to 'community/unbound')
-rw-r--r--community/unbound/PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD
index 07109a954..9e866e24e 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 <bisson@archlinux.org>
# Contributor: Hisato Tatekura <hisato_tatekura@excentrics.net>
# Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service>
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' 'mips64el')
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"