[arch-commits] Commit in (libusb1 libusb1/repos libusb1/trunk libusb1/trunk/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun May 3 21:15:29 UTC 2009


    Date: Sunday, May 3, 2009 @ 17:15:29
  Author: jgc
Revision: 37787

add new package: libusb1, the parallel installable rewrite of libusb

Added:
  libusb1/
  libusb1/repos/
  libusb1/trunk/
  libusb1/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Added: libusb1/trunk/PKGBUILD
===================================================================
--- libusb1/trunk/PKGBUILD	                        (rev 0)
+++ libusb1/trunk/PKGBUILD	2009-05-03 21:15:29 UTC (rev 37787)
@@ -0,0 +1,20 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=libusb1
+pkgver=1.0.0
+pkgrel=1
+depends=('glibc')
+pkgdesc="Library to enable user space application programs to communicate with USB devices."
+arch=(i686 x86_64)
+url="http://libusb.sourceforge.net/"
+license=('LGPL')
+source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
+options=(!libtool)
+md5sums=('df2447c23750ef2b4a314200feacc2ee')
+
+build() {
+  cd "${srcdir}/libusb-${pkgver}"
+  ./configure --prefix=/usr || return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install || return 1
+}




More information about the arch-commits mailing list