usbhid-dump: replace with usbutils
usbhid-dump is shipped with usbutils
This commit is contained in:
parent
b087343fdf
commit
9ee9202339
|
@ -1,17 +0,0 @@
|
|||
# Template file for 'usbhid-dump'
|
||||
pkgname=usbhid-dump
|
||||
version=1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libusb-devel"
|
||||
short_desc="USB HID device dumping utility"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/DIGImend/usbhid-dump"
|
||||
distfiles="https://github.com/DIGImend/usbhid-dump/archive/${version}.tar.gz"
|
||||
checksum=8e39092396bddbda3bc520b39417f78c09958efb3df1f2e16ff37006a3b1905d
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -i -f
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'usbutils'
|
||||
pkgname=usbutils
|
||||
version=014
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--datadir=/usr/share/hwdata --disable-zlib"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
|
@ -10,10 +10,11 @@ depends="hwids"
|
|||
short_desc="Linux USB utilities"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://linux-usb.sourceforge.net/"
|
||||
homepage="https://github.com/gregkh/usbutils"
|
||||
changelog="https://raw.githubusercontent.com/gregkh/usbutils/master/NEWS"
|
||||
distfiles="${KERNEL_SITE}/utils/usb/usbutils/usbutils-${version}.tar.xz"
|
||||
checksum=3a079cfad60560227b67192482d7813bf96326fcbb66c04254839715f276fc69
|
||||
replaces="usbhid-dump<=1.4_1"
|
||||
|
||||
post_install() {
|
||||
# Remove lsusb.py - avoid useless python scripts
|
||||
|
|
Loading…
Reference in New Issue