[arch-commits] Commit in libusb/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Feb 20 09:03:20 UTC 2010
Date: Saturday, February 20, 2010 @ 04:03:19
Author: allan
Revision: 69306
upgpkg: libusb 0.1.12-4
rebuild to remove .FILELIST
Modified:
libusb/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-20 00:35:23 UTC (rev 69305)
+++ PKGBUILD 2010-02-20 09:03:19 UTC (rev 69306)
@@ -1,21 +1,23 @@
# $Id$
-# Maintainer: arjan <arjan at archlinux.org>
+# Maintainer:
+# Contributor: arjan <arjan at archlinux.org>
+
pkgname=libusb
pkgver=0.1.12
-pkgrel=3
+pkgrel=4
depends=('gcc-libs')
pkgdesc="Library to enable user space application programs to communicate with USB devices"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://libusb.sourceforge.net/"
license=('LGPL')
groups=('base')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('caf182cbc7565dac0fd72155919672e6')
-options=(!libtool)
+options=('!libtool')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --disable-build-docs
make || return 1
- make DESTDIR=$startdir/pkg install
+ make DESTDIR=$pkgdir install
}
More information about the arch-commits
mailing list