[arch-commits] CVS update of arch/build/daemons/bind (PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Jul 29 23:26:13 UTC 2007


    Date: Sunday, July 29, 2007 @ 19:26:13
  Author: eric
    Path: /home/cvs-arch/arch/build/daemons/bind

Modified: PKGBUILD (1.44 -> 1.45)

upgpkg: bind 9.4.1_P1-2
added license and url


----------+
 PKGBUILD |   22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)


Index: arch/build/daemons/bind/PKGBUILD
diff -u arch/build/daemons/bind/PKGBUILD:1.44 arch/build/daemons/bind/PKGBUILD:1.45
--- arch/build/daemons/bind/PKGBUILD:1.44	Sun Jul 29 09:04:55 2007
+++ arch/build/daemons/bind/PKGBUILD	Sun Jul 29 19:26:13 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.44 2007/07/29 13:04:55 tpowa Exp $
+# $Id: PKGBUILD,v 1.45 2007/07/29 23:26:13 eric Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 # Contributor: Mario Vazquez <mario_vazq at hotmail.com>
 pkgname=bind
@@ -7,10 +7,12 @@
 pkgrel=2
 pkgdesc="Berkeley Internet Name Domain - named server"
 arch=(i686 x86_64)
+url="http://www.isc.org/index.pl?/sw/bind/"
+license=('custom:ISC')
 backup=(etc/named.conf etc/logrotate.d/named etc/conf.d/named)
 depends=('openssl' dnsutils=$pkgver)
 provides=('dns-server')
-options=('nolibtool')
+options=('!libtool')
 install=bind.install
 source=(ftp://ftp.isc.org/isc/bind9/${_pkgver}/${pkgname}-${_pkgver}.tar.gz
 	bind.so_bsdcompat.diff
@@ -22,6 +24,11 @@
 	root.hint
 	named.logrotate
 	named.conf.d)
+md5sums=('44e0514e6105ddaa235394045d9aeb0c' '447d58721cfee0e1e377b46f7d50b327'\
+         '2ab9db5112cabae23770cdd2f00c6923' 'f26d015142fa0a8226b42bbf9d490aa4'\
+         'ab5beef0b41eb6376c7f1f4ee233172b' 'bdbdfe4990b0903984306dd14f98b951'\
+         '750f283c7774ffe75cd215bce46b03cd' 'c7202ed4c5afa91b0a25f05e93b33ba6'\
+         '91b3463a181561deb845acc122713a2a' '475fde63600d7d95980de991f02d6b6d')
 force=y
 
 build() {
@@ -42,6 +49,7 @@
   install -D -m600 ../named.logrotate ${startdir}/pkg/etc/logrotate.d/named
   install -D -m644 ../named.conf.d ${startdir}/pkg/etc/conf.d/named
   install -d -m755 ${startdir}/pkg/var/run/named
+  install -D -m644 COPYRIGHT $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 
   # adjust ownerships (our named user will be uid/gid 40/40)
   chmod 700 ${startdir}/pkg/var/named
@@ -49,13 +57,3 @@
   chown -R 40:40 ${startdir}/pkg/var/named
   chown 40:40 ${startdir}/pkg/var/run/named
 }
-md5sums=('44e0514e6105ddaa235394045d9aeb0c'
-         '447d58721cfee0e1e377b46f7d50b327'
-         '2ab9db5112cabae23770cdd2f00c6923'
-         'f26d015142fa0a8226b42bbf9d490aa4'
-         'ab5beef0b41eb6376c7f1f4ee233172b'
-         'bdbdfe4990b0903984306dd14f98b951'
-         '750f283c7774ffe75cd215bce46b03cd'
-         'c7202ed4c5afa91b0a25f05e93b33ba6'
-         '91b3463a181561deb845acc122713a2a'
-         '475fde63600d7d95980de991f02d6b6d')




More information about the arch-commits mailing list