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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jul 3 17:35:26 UTC 2007


    Date: Tuesday, July 3, 2007 @ 13:35:26
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/daemons/ntp

Modified: PKGBUILD (1.18 -> 1.19)

updatepkg 4.3.4p3


----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)


Index: arch/build/daemons/ntp/PKGBUILD
diff -u arch/build/daemons/ntp/PKGBUILD:1.18 arch/build/daemons/ntp/PKGBUILD:1.19
--- arch/build/daemons/ntp/PKGBUILD:1.18	Thu Jun 21 23:19:09 2007
+++ arch/build/daemons/ntp/PKGBUILD	Tue Jul  3 13:35:26 2007
@@ -1,19 +1,23 @@
-# $Id: PKGBUILD,v 1.18 2007/06/22 03:19:09 paul Exp $
+# $Id: PKGBUILD,v 1.19 2007/07/03 17:35:26 andyrtr Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=ntp
-pkgver=4.2.4p2
+pkgver=4.2.4p3
 pkgrel=1
 force=y
 pkgdesc="NTP (Network Time Protocol) tries to keep servers in sync"
 arch=(i686 x86_64)
+license=('custom')
 url="http://www.ntp.org/"
 depends=('openssl' 'readline')
 backup=('etc/ntp.conf' 'conf.d/ntp-client.conf')
 source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${pkgver}.tar.gz \
         http://www.archlinux.org/~dorphell/ntp-4.2.0a-manpages.tar.bz2 ntp.conf ntp-client.conf ntpd ntpdate)
-md5sums=('315a76da63715fd43b6349411fbb0b25' 'd3a5a6185ef5ed71d2fa8e06598fc28f'\
-         '5bd3924f5720b97837969ec4ec4d5e09' '3c97eec93eba408b0311a14d48634d2c'\
-	 'b1a1798b9cd1907d65a7fc794294d6ce' '140855352baeb89da0c6c1c475c18b57')
+md5sums=('8a880062c7c170181fd5087abae53a6e'
+         'd3a5a6185ef5ed71d2fa8e06598fc28f'
+         '5bd3924f5720b97837969ec4ec4d5e09'
+         '3c97eec93eba408b0311a14d48634d2c'
+         'b1a1798b9cd1907d65a7fc794294d6ce'
+         '140855352baeb89da0c6c1c475c18b57')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver || return 1
@@ -45,4 +49,6 @@
   # create /var/lib/ntp
   mkdir -p $startdir/pkg/var/lib/ntp || return 1
   touch $startdir/pkg/var/lib/ntp/.placeholder || return 1
+
+  install -Dm644 $startdir/src/$pkgname-$pkgver/COPYRIGHT $startdir/pkg/usr/share/licenses/$pkgname/COPYRIGHT
 }




More information about the arch-commits mailing list