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'
|
||||
pkgname=libusb
|
||||
version=1.0.22
|
||||
version=1.0.23
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
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>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://libusb.info"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157
|
||||
disable_parallel_build=yes
|
||||
homepage="https://libusb.info"
|
||||
distfiles="https://github.com/libusb/libusb/releases/download/v${version}/libusb-${version}.tar.bz2"
|
||||
checksum=db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d
|
||||
|
||||
libusb-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
@ -22,4 +21,4 @@ libusb-devel_package() {
|
|||
vmove "/usr/lib/*.a"
|
||||
vmove "/usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue