mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
hidapi: update to 0.13.1.
This commit is contained in:
parent
6cdb80c3e7
commit
730429ede4
1 changed files with 7 additions and 10 deletions
|
@ -1,22 +1,19 @@
|
||||||
# Template file for 'hidapi'
|
# Template file for 'hidapi'
|
||||||
pkgname=hidapi
|
pkgname=hidapi
|
||||||
version=0.11.2
|
version=0.13.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="eudev-libudev-devel libusb-devel"
|
makedepends="eudev-libudev-devel libusb-devel"
|
||||||
short_desc="Simple library for communicating with USB and Bluetooth HID devices"
|
short_desc="Simple library for communicating with USB and Bluetooth HID devices"
|
||||||
maintainer="Ulf <void@uw.anonaddy.com>"
|
maintainer="Ulf <void@uw.anonaddy.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/libusb/hidapi"
|
homepage="https://github.com/libusb/hidapi"
|
||||||
distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
|
changelog="https://github.com/libusb/hidapi/releases"
|
||||||
checksum=bc4ac0f32a6b21ef96258a7554c116152e2272dacdec1e4620fc44abeea50c27
|
distfiles="https://github.com/libusb/hidapi/archive/refs/tags/hidapi-${version}.tar.gz"
|
||||||
|
checksum=476a2c9a4dc7d1fc97dd223b84338dbea3809a84caea2dcd887d9778725490e3
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./bootstrap
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/usr/share
|
|
||||||
vlicense LICENSE-bsd.txt LICENSE
|
vlicense LICENSE-bsd.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,8 +22,8 @@ hidapi-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/cmake
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue