mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 18:17:14 +08:00
dnsutils update
This commit is contained in:
parent
e73d1943a9
commit
8b2903273d
@ -1,10 +1,16 @@
|
||||
# $Id: PKGBUILD 85957 2010-07-22 20:05:06Z kevin $
|
||||
# Maintainer: kevin <kevin@archlinux.org>
|
||||
# Contributor: mario <mario_vazq@hotmail.com>
|
||||
#
|
||||
# Core Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=dnsutils
|
||||
# Use a period and not a hyphen before the patch level for proper versioning.
|
||||
pkgver=9.7.1.P2
|
||||
_pkgver=9.7.1-P2
|
||||
pkgver=9.8.0.P1
|
||||
_pkgver=9.8.0-P1
|
||||
pkgrel=1
|
||||
pkgdesc="Various DNS utilities - dig host nslookup nsupdate"
|
||||
arch=(i686 x86_64)
|
||||
@ -14,23 +20,20 @@ depends=('openssl')
|
||||
replaces=('bind-tools' 'host')
|
||||
options=('makeflags')
|
||||
source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz
|
||||
bind.so_bsdcompat.diff tools-only.patch)
|
||||
md5sums=('bd6be63cc910d04da39103d441871596'
|
||||
'447d58721cfee0e1e377b46f7d50b327'
|
||||
tools-only.patch)
|
||||
md5sums=('d97ecd8f62a4cf4a769742c79cd8f921'
|
||||
'be0558f70ed81d90e68e6b6003ba12ed')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/bind-${_pkgver}"
|
||||
patch -Np0 -i "${srcdir}/bind.so_bsdcompat.diff" || return 1
|
||||
patch -Np1 -i "${srcdir}/tools-only.patch" || return 1
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||||
--with-openssl=yes --disable-linux-caps --without-libxml2 || return 1
|
||||
--with-openssl=yes --disable-linux-caps || return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/bind-${_pkgver}/bin"
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
install -m644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
|
||||
install -Dm644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user