# $Id: PKGBUILD 142817 2011-11-15 17:24:12Z andrea $ # Maintainer: # Contributor: Tobias Powalowski # Contributor: arjan pkgname=libusb-compat pkgver=0.1.3 pkgrel=2 pkgdesc="Library to enable user space application programs to communicate with USB devices" arch=('i686' 'x86_64') depends=('libusb' 'sh') url="http://libusb.sourceforge.net/" license=('LGPL') source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2") options=('!libtool') md5sums=('570ac2ea085b80d1f74ddc7c6a93c0eb') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR=${pkgdir} install }