2012-03-19 12:49:39 +01:00
|
|
|
# Template file for 'libgusb'
|
|
|
|
pkgname=libgusb
|
|
|
|
version=0.1.3
|
|
|
|
distfiles="http://people.freedesktop.org/~hughsient/releases/$pkgname-${version}.tar.xz"
|
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-static"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config libusb-devel libgudev-devel"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2012-03-19 12:49:39 +01:00
|
|
|
short_desc="GLib wrapper around libusb1"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="https://gitorious.org/gusb/"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
checksum=4eebb56700d9366c513bfa8f9321a60388f61bade0236a90d66854caea97f0e6
|
|
|
|
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."
|
|
|
|
|
|
|
|
subpackages="${pkgname}-devel"
|