# $Id$ # Maintainer: Bartłomiej Piotrowski # Contributor: Tobias Powalowski pkgname=libusb pkgver=1.0.22 pkgrel=1 pkgdesc='Library that provides generic access to USB devices' arch=(x86_64) url='http://libusb.info/' license=(LGPL) depends=(glibc libsystemd) makedepends=(systemd) replaces=(libusb1 libusbx) provides=("libusbx=$pkgver" libusb-1.0.so) conflicts=(libusbx) source=(https://github.com/libusb/libusb/releases/download/v$pkgver/libusb-$pkgver.tar.bz2) md5sums=('466267889daead47674df933cea9cacb') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } check() { make -C $pkgname-$pkgver check } package () { make -C $pkgname-$pkgver DESTDIR="$pkgdir" install }