mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libusb: update to 1.0.23.
This commit is contained in:
parent
4880a81a38
commit
248326bb29
1 changed files with 6 additions and 7 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'libusb'
|
# Template file for 'libusb'
|
||||||
pkgname=libusb
|
pkgname=libusb
|
||||||
version=1.0.22
|
version=1.0.23
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="eudev-libudev-devel"
|
makedepends="eudev-libudev-devel"
|
||||||
short_desc="A library which allows userspace access to USB devices"
|
short_desc="Library which allows userspace access to USB devices"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://libusb.info"
|
homepage="https://libusb.info"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="https://github.com/libusb/libusb/releases/download/v${version}/libusb-${version}.tar.bz2"
|
||||||
checksum=75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157
|
checksum=db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d
|
||||||
disable_parallel_build=yes
|
|
||||||
|
|
||||||
libusb-devel_package() {
|
libusb-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -22,4 +21,4 @@ libusb-devel_package() {
|
||||||
vmove "/usr/lib/*.a"
|
vmove "/usr/lib/*.a"
|
||||||
vmove "/usr/lib/*.so"
|
vmove "/usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue