libusbx: update to 1.0.16.

This commit is contained in:
Juan RP 2013-07-13 07:08:53 +02:00
parent 716b5fcbc6
commit a620d25782
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libusbx' # Template file for 'libusbx'
pkgname=libusbx pkgname=libusbx
version=1.0.15 version=1.0.16
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="Library that provides generic access to USB devices" short_desc="Library that provides generic access to USB devices"
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1" license="LGPL-2.1"
homepage="http://libusbx.org" homepage="http://libusbx.org"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
checksum=bb5ec30e53e007d13c37b4edd929435ac224bb71b8fc08fa37ec9e3e81037963 checksum=5b335cf9572d793da6ced55bce633894288a8ff39557f07ccc798f2cb74cb580
libusbx-devel_package() { libusbx-devel_package() {
depends="${sourcepkg}-${version}_${revision}" depends="${sourcepkg}-${version}_${revision}"
@ -18,6 +18,7 @@ libusbx-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
} }
} }