[arch-commits] CVS update of arch/build/lib/gnutls (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 17 15:46:30 UTC 2007


    Date: Sunday, June 17, 2007 @ 11:46:30
  Author: jgc
    Path: /home/cvs-arch/arch/build/lib/gnutls

Modified: PKGBUILD (1.29 -> 1.30)

upgpkg: gnutls 1.6.3-1
Make versioned depend more strict, add libtool to options in case it ever changes, add license


----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)


Index: arch/build/lib/gnutls/PKGBUILD
diff -u arch/build/lib/gnutls/PKGBUILD:1.29 arch/build/lib/gnutls/PKGBUILD:1.30
--- arch/build/lib/gnutls/PKGBUILD:1.29	Sun Apr 22 05:39:20 2007
+++ arch/build/lib/gnutls/PKGBUILD	Sun Jun 17 11:46:30 2007
@@ -1,23 +1,21 @@
-# $Id: PKGBUILD,v 1.29 2007/04/22 09:39:20 tpowa Exp $
+# $Id: PKGBUILD,v 1.30 2007/06/17 15:46:30 jgc Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 
 pkgname=gnutls
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=(i686 x86_64)
+license=('GPL' 'LGPL')
 url="http://www.gnu.org/software/gnutls/"
-depends=('gcc' 'opencdk' 'libtasn1>=0.3.4' 'lzo2' 'readline')
-#source=(ftp://ftp.gnutls.org/pub/gnutls/${pkgname}-${pkgver}.tar.bz2)
-# security fix here:
-source=(http://josefsson.org/gnutls/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1b224e4de5ac5ab89a2e53c7af9cf6b0')
+options=('libtool')
+depends=('gcc' 'opencdk' 'libtasn1>=0.3.10' 'lzo2' 'readline')
+source=(ftp://ftp.gnutls.org/pub/gnutls/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('73da68a4248d34c4d38491ce2119af0f')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --with-zlib
   make || return 1
   make DESTDIR=${startdir}/pkg install
-
-  #DON'T SLAY GNUTLS!
 }




More information about the arch-commits mailing list