libgusb: update to 0.1.6.
This commit is contained in:
parent
2a84694a34
commit
41f13da35f
|
@ -1,12 +1,7 @@
|
||||||
# Template file for 'libgusb-devel'.
|
# Template file for 'libgusb-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
|
||||||
depends="libudev-devel ${sourcepkg}-${version}_${revision}"
|
depends="libudev-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains the libgudev development files (static libs, headers,
|
|
||||||
etc), a library to interact with udev through the GLib bindings."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'libgusb'
|
# Template file for 'libgusb'
|
||||||
pkgname=libgusb
|
pkgname=libgusb
|
||||||
version=0.1.4
|
version=0.1.6
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="${pkgname}-devel"
|
subpackages="${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
makedepends="pkg-config libusb-devel libgudev-devel"
|
hostmakedepends="pkg-config gobject-introspection"
|
||||||
|
makedepends="libusb-devel libgudev-devel"
|
||||||
short_desc="GLib wrapper around libusb1"
|
short_desc="GLib wrapper around libusb1"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://gitorious.org/gusb/"
|
homepage="https://gitorious.org/gusb/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://people.freedesktop.org/~hughsient/releases/$pkgname-${version}.tar.xz"
|
distfiles="http://people.freedesktop.org/~hughsient/releases/$pkgname-${version}.tar.xz"
|
||||||
checksum=64294a649e54df2009545f47577f41438ec50c2fc571dd7b08cf32cb14de37b9
|
checksum=900103ff24a851ef8395b992236ced0aedb4c265ef2264f6ad8349300095198b
|
||||||
long_desc="
|
long_desc="
|
||||||
GUsb is a GObject wrapper for libusb1 that makes it easy to do
|
GUsb is a GObject wrapper for libusb1 that makes it easy to do
|
||||||
asynchronous control, bulk and interrupt transfers with proper
|
asynchronous control, bulk and interrupt transfers with proper
|
||||||
|
|
Loading…
Reference in New Issue