From 67c766fe6ef17c31877c45b9aaf632c3084f5643 Mon Sep 17 00:00:00 2001 From: lukas-jo Date: Wed, 10 May 2023 17:58:27 +0200 Subject: [PATCH] hidapi: update to 0.13.1. --- srcpkgs/hidapi/template | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template index d62101829776..09b728c609ac 100644 --- a/srcpkgs/hidapi/template +++ b/srcpkgs/hidapi/template @@ -1,32 +1,29 @@ # Template file for 'hidapi' pkgname=hidapi -version=0.11.2 +version=0.13.1 revision=1 -build_style=gnu-configure -hostmakedepends="automake libtool pkg-config" +build_style=cmake +hostmakedepends="pkg-config" makedepends="eudev-libudev-devel libusb-devel" short_desc="Simple library for communicating with USB and Bluetooth HID devices" maintainer="Ulf " license="BSD-3-Clause" homepage="https://github.com/libusb/hidapi" +changelog="https://github.com/libusb/hidapi/releases" distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz" -checksum=bc4ac0f32a6b21ef96258a7554c116152e2272dacdec1e4620fc44abeea50c27 +checksum=476a2c9a4dc7d1fc97dd223b84338dbea3809a84caea2dcd887d9778725490e3 -pre_configure() { - ./bootstrap -} post_install() { - rm -r ${DESTDIR}/usr/share vlicense LICENSE-bsd.txt LICENSE } hidapi-devel_package() { short_desc+=" - development files" - depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include - vmove usr/lib/*.a vmove usr/lib/*.so vmove usr/lib/pkgconfig + vmove usr/lib/cmake } }