mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
hidapi: update to 0.9.0
This commit is contained in:
parent
84f7fbdbab
commit
5b2fb78c6d
1 changed files with 8 additions and 10 deletions
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'hidapi'
|
# Template file for 'hidapi'
|
||||||
pkgname=hidapi
|
pkgname=hidapi
|
||||||
_distver=0.8.0
|
version=0.9.0
|
||||||
_patchver=rc1
|
revision=1
|
||||||
version=${_distver}${_patchver}
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
revision=2
|
|
||||||
wrksrc="${pkgname}-${pkgname}-${_distver}-${_patchver}"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="eudev-libudev-devel libusb-devel"
|
makedepends="eudev-libudev-devel libusb-devel"
|
||||||
short_desc="A Simple library for communicating with USB and Bluetooth HID devices"
|
short_desc="Simple library for communicating with USB and Bluetooth HID devices"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.signal11.us/oss/hidapi/"
|
homepage="https://github.com/libusb/hidapi"
|
||||||
distfiles="https://github.com/signal11/hidapi/archive/hidapi-${_distver}-${_patchver}.tar.gz"
|
distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
|
||||||
checksum=3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61
|
checksum=630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./bootstrap
|
./bootstrap
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/usr/share
|
rm -r ${DESTDIR}/usr/share
|
||||||
|
|
Loading…
Add table
Reference in a new issue