23 lines
772 B
Bash
23 lines
772 B
Bash
# Template file for 'usbutils'
|
|
pkgname=usbutils
|
|
version=017
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--datadir=/usr/share/hwdata --disable-zlib"
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="eudev-libudev-devel libusb-devel"
|
|
depends="hwids"
|
|
short_desc="Linux USB utilities"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
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=a6a25ffdcf9103e38d7a44732aca17073f4e602b92e4ae55625231a82702e05b
|
|
replaces="usbhid-dump<=1.4_1"
|
|
|
|
post_install() {
|
|
# Remove lsusb.py - avoid useless python scripts
|
|
rm -f ${DESTDIR}/usr/bin/lsusb.py
|
|
}
|