# Template file for 'libgusb' pkgname=libgusb version=0.1.4 revision=1 subpackages="${pkgname}-devel" build_style=gnu-configure configure_args="--disable-static" makedepends="pkg-config libusb-devel libgudev-devel" short_desc="GLib wrapper around libusb1" maintainer="Juan RP " homepage="https://gitorious.org/gusb/" license="LGPL-2.1" distfiles="http://people.freedesktop.org/~hughsient/releases/$pkgname-${version}.tar.xz" checksum=64294a649e54df2009545f47577f41438ec50c2fc571dd7b08cf32cb14de37b9 long_desc=" 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. This makes it easy to integrate low level USB transfers with your high-level application or system daemon."