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

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


    Date: Wednesday, September 19, 2007 @ 14:26:18
  Author: thomas
    Path: /home/cvs-core/core/base/libusb

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: libusb 0.1.12-2


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


Index: core/base/libusb/PKGBUILD
diff -u core/base/libusb/PKGBUILD:1.8 core/base/libusb/PKGBUILD:1.9
--- core/base/libusb/PKGBUILD:1.8	Tue Aug 21 11:35:17 2007
+++ core/base/libusb/PKGBUILD	Wed Sep 19 14:26:18 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.8 2007/08/21 15:35:17 dan Exp $
+# $Id: PKGBUILD,v 1.9 2007/09/19 18:26:18 thomas Exp $
 # Maintainer: arjan <arjan at archlinux.org>
 pkgname=libusb
 pkgver=0.1.12
-pkgrel=1
-depends=('glibc')
+pkgrel=2
+depends=('gcc-libs')
 pkgdesc="Library to enable user space application programs to communicate with USB devices"
 arch=(i686 x86_64)
 url="http://libusb.sourceforge.net/"
@@ -11,11 +11,11 @@
 groups=('base')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('caf182cbc7565dac0fd72155919672e6' '11a076ed0afd7804a3206a4f34ecf7ad')
+options=(!libtool)
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --disable-build-docs
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }




More information about the arch-commits mailing list