[arch-commits] CVS update of extra/lib/cln (PKGBUILD)

Damir Perisa damir at archlinux.org
Sat Feb 2 22:19:44 UTC 2008


    Date: Saturday, February 2, 2008 @ 17:19:44
  Author: damir
    Path: /home/cvs-extra/extra/lib/cln

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: cln 1.2.0-1


----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


Index: extra/lib/cln/PKGBUILD
diff -u extra/lib/cln/PKGBUILD:1.10 extra/lib/cln/PKGBUILD:1.11
--- extra/lib/cln/PKGBUILD:1.10	Tue Jul 31 21:03:01 2007
+++ extra/lib/cln/PKGBUILD	Sat Feb  2 17:19:44 2008
@@ -3,12 +3,13 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=cln
-pkgver=1.1.13
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Class library for numbers"
 arch=("i686" "x86_64")
 url="http://www.ginac.de/CLN/"
 license=('GPL')
+options=('!libtool')
 depends=('gmp' 'bash')
 neededpatches=()
 source=("ftp://ftpthep.physik.uni-mainz.de/pub/gnu/$pkgname-$pkgver.tar.bz2")
@@ -21,7 +22,5 @@
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
-
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }
 




More information about the arch-commits mailing list