mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
libusbx: update to 1.0.17.
This commit is contained in:
parent
d66c8f41c1
commit
5083c30e6f
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libusbx'
|
# Template file for 'libusbx'
|
||||||
pkgname=libusbx
|
pkgname=libusbx
|
||||||
version=1.0.16
|
version=1.0.17
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libudev-devel"
|
makedepends="libudev-devel"
|
||||||
|
@ -9,10 +9,10 @@ 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=5b335cf9572d793da6ced55bce633894288a8ff39557f07ccc798f2cb74cb580
|
checksum=876f8d2c3fee73840a89cb78f3e384c0ab73a67f9155a010b1a5a73ece5145b8
|
||||||
|
|
||||||
libusbx-devel_package() {
|
libusbx-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
provides="libusb-devel-${version}_${revision}"
|
provides="libusb-devel-${version}_${revision}"
|
||||||
replaces="libusb-devel>=0"
|
replaces="libusb-devel>=0"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -28,6 +28,6 @@ libusbx_package() {
|
||||||
provides="libusb-${version}_${revision}"
|
provides="libusb-${version}_${revision}"
|
||||||
replaces="libusb>=0"
|
replaces="libusb>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue