[arch-commits] CVS update of arch/build/network/curl (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jun 5 22:19:25 UTC 2007


    Date: Tuesday, June 5, 2007 @ 18:19:25
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/network/curl

Modified: PKGBUILD (1.29 -> 1.30)

updatepkg 7.16.2


----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


Index: arch/build/network/curl/PKGBUILD
diff -u arch/build/network/curl/PKGBUILD:1.29 arch/build/network/curl/PKGBUILD:1.30
--- arch/build/network/curl/PKGBUILD:1.29	Sun Aug 13 10:56:05 2006
+++ arch/build/network/curl/PKGBUILD	Tue Jun  5 18:19:24 2007
@@ -1,21 +1,23 @@
-# $Id: PKGBUILD,v 1.29 2006/08/13 14:56:05 jgc Exp $
+# $Id: PKGBUILD,v 1.30 2007/06/05 22:19:24 andyrtr Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
 pkgname=curl
-pkgver=7.15.5
+pkgver=7.16.2
 pkgrel=1
 pkgdesc="An URL retrival utility and library"
 arch=(i686 x86_64)
+license=('custom')
 depends=('zlib' 'openssl>=0.9.8b' 'bash')
-options=('nolibtool')
+options=('!libtool')
 source=(http://curl.haxx.se/download/${pkgname}-${pkgver}.tar.bz2)
 url="http://curl.haxx.se"
-md5sums=('594142c7d53bbdd988e8cef6354eeeff')
+md5sums=('37a1de15c4300ca9413d39d2bcea9b36')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --without-libidn
   make || return 1
   make DESTDIR=${startdir}/pkg install
+  install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }
 




More information about the arch-commits mailing list