#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=libgusb pkgver=0.1.3 pkgrel=1 zenver=72 arch=i486 source=("http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url= options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libgusb - GObject wrapper for libusb" "GUsb is a GObject wrapper for libusb1 that makes it easy to do" "asynchronous control, bulk and interrupt transfers with proper" "cancellation and integration into a mainloop." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }