void-packages/srcpkgs/libgusb/template

22 lines
855 B
Plaintext
Raw Normal View History

2012-03-19 11:49:39 +00:00
# Template file for 'libgusb'
pkgname=libgusb
2013-03-28 15:53:53 +00:00
version=0.1.6
2012-11-13 10:22:27 +00:00
revision=1
subpackages="${pkgname}-devel"
2012-03-19 11:49:39 +00:00
build_style=gnu-configure
configure_args="--disable-static"
2013-03-28 15:53:53 +00:00
hostmakedepends="pkg-config gobject-introspection"
makedepends="libusb-devel libgudev-devel"
2012-03-19 11:49:39 +00:00
short_desc="GLib wrapper around libusb1"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://gitorious.org/gusb/"
license="LGPL-2.1"
2012-11-13 10:22:27 +00:00
distfiles="http://people.freedesktop.org/~hughsient/releases/$pkgname-${version}.tar.xz"
2013-03-28 15:53:53 +00:00
checksum=900103ff24a851ef8395b992236ced0aedb4c265ef2264f6ad8349300095198b
2012-03-19 11:49:39 +00:00
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."