libusbx: update to 1.0.17.
This commit is contained in:
parent
d66c8f41c1
commit
5083c30e6f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libusbx'
|
||||
pkgname=libusbx
|
||||
version=1.0.16
|
||||
version=1.0.17
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="libudev-devel"
|
||||
|
@ -9,10 +9,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="LGPL-2.1"
|
||||
homepage="http://libusbx.org"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=5b335cf9572d793da6ced55bce633894288a8ff39557f07ccc798f2cb74cb580
|
||||
checksum=876f8d2c3fee73840a89cb78f3e384c0ab73a67f9155a010b1a5a73ece5145b8
|
||||
|
||||
libusbx-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
provides="libusb-devel-${version}_${revision}"
|
||||
replaces="libusb-devel>=0"
|
||||
short_desc+=" - development files"
|
||||
|
@ -28,6 +28,6 @@ libusbx_package() {
|
|||
provides="libusb-${version}_${revision}"
|
||||
replaces="libusb>=0"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue