libusb: update to 1.0.22.
This commit is contained in:
parent
dd5dd68311
commit
42dab6be99
1 changed files with 9 additions and 9 deletions
|
@ -1,25 +1,25 @@
|
|||
# Template file for 'libusb'
|
||||
pkgname=libusb
|
||||
version=1.0.21
|
||||
version=1.0.22
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="eudev-libudev-devel"
|
||||
short_desc="A library which allows userspace access to USB devices"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://libusb.info"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b
|
||||
checksum=75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157
|
||||
disable_parallel_build=yes
|
||||
|
||||
libusb-devel_package() {
|
||||
depends="libusb>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove /usr/include
|
||||
vmove /usr/lib/pkgconfig
|
||||
vmove "/usr/lib/*.a"
|
||||
vmove "/usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue