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