[arch-commits] CVS update of core/base/lzo2 (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Wed Sep 19 18:34:55 UTC 2007


    Date: Wednesday, September 19, 2007 @ 14:34:55
  Author: thomas
    Path: /home/cvs-core/core/base/lzo2

Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: lzo2 2.02-2


----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


Index: core/base/lzo2/PKGBUILD
diff -u core/base/lzo2/PKGBUILD:1.5 core/base/lzo2/PKGBUILD:1.6
--- core/base/lzo2/PKGBUILD:1.5	Tue Aug 21 11:35:20 2007
+++ core/base/lzo2/PKGBUILD	Wed Sep 19 14:34:54 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.5 2007/08/21 15:35:20 dan Exp $
+# $Id: PKGBUILD,v 1.6 2007/09/19 18:34:54 thomas Exp $
 # Contributor: Low Kian Seong <fastmail_low at speedymail.org>
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=lzo2
 pkgver=2.02
-pkgrel=1.1
+pkgrel=2
 pkgdesc="a portable lossless data compression library written in ANSI C"
 arch=(i686 x86_64)
 url="http://www.oberhumer.com/opensource/lzo"
@@ -11,6 +11,7 @@
 groups=('base')
 depends=('glibc')
 source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
+options=(!libtool)
 md5sums=('6760e5819f4238328709bf93bf10071c')
 
 build() {
@@ -18,6 +19,4 @@
   ./configure --prefix=/usr --enable-shared
   make || return 1
   make DESTDIR=${startdir}/pkg install
-  find ${startdir}/pkg -name '*.la' -exec rm {} \;
 }
-




More information about the arch-commits mailing list