From bedcfcea3a652774ee41c6fd4f2f3d171a98ca43 Mon Sep 17 00:00:00 2001 From: Cecil Date: Mon, 17 Jan 2011 21:33:07 -0800 Subject: libusb-compat:Initial inclusion. Dep of udev. --- abs/core/libusb-compat/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 abs/core/libusb-compat/PKGBUILD diff --git a/abs/core/libusb-compat/PKGBUILD b/abs/core/libusb-compat/PKGBUILD new file mode 100644 index 0000000..b2b16ce --- /dev/null +++ b/abs/core/libusb-compat/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 101197 2010-11-28 15:10:38Z tpowa $ +# Maintainer: Tobias Powalowski +# Contributor: arjan + +pkgname=libusb-compat +pkgver=0.1.3 +pkgrel=1 +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/libusb/libusb-compat-0.1/$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 +} -- cgit v0.12