libgusb: update to 0.1.4.

This commit is contained in:
Juan RP 2012-11-13 11:22:27 +01:00
parent 3d75de5578
commit c956bb429f
3 changed files with 7 additions and 10 deletions

View file

@ -1,13 +1,13 @@
# Template file for 'libgusb-devel'. # Template file for 'libgusb-devel'.
# #
depends="libudev-devel libgusb" noarch=yes
depends="libudev-devel ${sourcepkg}-${version}_${revision}"
short_desc="${short_desc} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains the libgudev development files (static libs, headers, This package contains the libgudev development files (static libs, headers,
etc), a library to interact with udev through the GLib bindings." etc), a library to interact with udev through the GLib bindings."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr
vmove usr/share usr vmove usr/share usr

View file

@ -2,8 +2,6 @@ libgio-2.0.so.0
libusb-1.0.so.0 libusb-1.0.so.0
libgudev-1.0.so.0 libgudev-1.0.so.0
libgobject-2.0.so.0 libgobject-2.0.so.0
libgthread-2.0.so.0
librt.so.1
libglib-2.0.so.0 libglib-2.0.so.0
libpthread.so.0 libpthread.so.0
libc.so.6 libc.so.6

View file

@ -1,21 +1,20 @@
# Template file for 'libgusb' # Template file for 'libgusb'
pkgname=libgusb pkgname=libgusb
version=0.1.3 version=0.1.4
distfiles="http://people.freedesktop.org/~hughsient/releases/$pkgname-${version}.tar.xz" revision=1
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" makedepends="pkg-config libusb-devel libgudev-devel"
revision=1
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"
checksum=4eebb56700d9366c513bfa8f9321a60388f61bade0236a90d66854caea97f0e6 distfiles="http://people.freedesktop.org/~hughsient/releases/$pkgname-${version}.tar.xz"
checksum=64294a649e54df2009545f47577f41438ec50c2fc571dd7b08cf32cb14de37b9
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
cancellation and integration into a mainloop. cancellation and integration into a mainloop.
This makes it easy to integrate low level USB transfers with your This makes it easy to integrate low level USB transfers with your
high-level application or system daemon." high-level application or system daemon."
subpackages="${pkgname}-devel"