[arch-commits] CVS update of arch/build/base/libtool (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jun 26 19:47:51 UTC 2007


    Date: Tuesday, June 26, 2007 @ 15:47:51
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/libtool

Modified: PKGBUILD (1.26 -> 1.27)

updatepkg 1.5.24


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


Index: arch/build/base/libtool/PKGBUILD
diff -u arch/build/base/libtool/PKGBUILD:1.26 arch/build/base/libtool/PKGBUILD:1.27
--- arch/build/base/libtool/PKGBUILD:1.26	Sun May 14 14:27:28 2006
+++ arch/build/base/libtool/PKGBUILD	Tue Jun 26 15:47:51 2007
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD,v 1.26 2006/05/14 18:27:28 uid1016 Exp $
+# $Id: PKGBUILD,v 1.27 2007/06/26 19:47:51 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=libtool
-pkgver=1.5.22
-pkgrel=1.1
+pkgver=1.5.24
+pkgrel=1
 pkgdesc="A generic library support script"
 arch=(i686 x86_64)
+license=('GPL')
 url="http://www.gnu.org/software/libtool"
 depends=('bash')
 source=(ftp://ftp.gnu.org/pub/gnu/libtool/$pkgname-$pkgver.tar.gz)
-md5sums=('8e0ac9797b62ba4dcc8a2fb7936412b0')
+md5sums=('d0071c890101fcf4f2be8934a37841b0')
+options=('!libtool')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name "*.la" -exec rm -f {} \;
 }




More information about the arch-commits mailing list