mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
usbutils: update to 014
This commit is contained in:
parent
9569ef8051
commit
31ce450638
1 changed files with 5 additions and 16 deletions
|
@ -1,30 +1,19 @@
|
||||||
# Template file for 'usbutils'
|
# Template file for 'usbutils'
|
||||||
pkgname=usbutils
|
pkgname=usbutils
|
||||||
version=013
|
version=014
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--datadir=/usr/share/hwdata --disable-zlib"
|
configure_args="--datadir=/usr/share/hwdata --disable-zlib"
|
||||||
hostmakedepends="autogen automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="eudev-libudev-devel libusb-devel"
|
makedepends="eudev-libudev-devel libusb-devel"
|
||||||
depends="hwids"
|
depends="hwids"
|
||||||
short_desc="Linux USB utilities"
|
short_desc="Linux USB utilities"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://linux-usb.sourceforge.net/"
|
homepage="https://linux-usb.sourceforge.net/"
|
||||||
#changelog="https://raw.githubusercontent.com/gregkh/usbutils/master/NEWS"
|
changelog="https://raw.githubusercontent.com/gregkh/usbutils/master/NEWS"
|
||||||
distfiles="${KERNEL_SITE}/utils/usb/usbutils/usbutils-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/usb/usbutils/usbutils-${version}.tar.xz"
|
||||||
checksum=9e23494fcc78b7a80ee29a07dd179c95ae2f71509c35728dbbabc2d1cca41338
|
checksum=3a079cfad60560227b67192482d7813bf96326fcbb66c04254839715f276fc69
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
local autogen_args
|
|
||||||
autogen_args="--prefix=/usr"
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
autogen_args+="--build=${XBPS_CROSS_TRIPLET} --host=${XBPS_CROSS_TRIPLET}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
./autogen.sh ${autogen_args}
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove lsusb.py - avoid useless python scripts
|
# Remove lsusb.py - avoid useless python scripts
|
||||||
|
|
Loading…
Add table
Reference in a new issue