usbutils: update to 014

This commit is contained in:
Juergen Daubert 2021-08-07 16:42:13 +02:00
parent f39015d66f
commit 77b4f57524
3 changed files with 14 additions and 15 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqh/dtU9hiszrjahGu1g14JMiTnFo2Ho5tmBoH9y1JcNPQCIK0XXHP4B6RiWtU5i7ALON1SCIOhKfeZjQZrmY4Qo=
SHA256 (Pkgfile) = 4fac0db65936347ec8503c211c803ae3f230eb793a663ca2fec59f227fc756d7
RWRJc1FUaeVequX70lCGQj9Lyeq44T/GdpNZUfr6/z/2So8inFwOz0m0T4qACdPyjwyWJk2MhRNTmX3FTpRysz9B/xJmRhEnQAs=
SHA256 (Pkgfile) = ac2800c8d597db40b2d29b4d730ac99d620f372736ba0045008915b647fcd244
SHA256 (.footprint) = f82a9d98226269f143bad33baff4bd73c5473e19c9dea2792382c13d1bc44b34
SHA256 (usbutils-013.tar.xz) = 9e23494fcc78b7a80ee29a07dd179c95ae2f71509c35728dbbabc2d1cca41338
SHA256 (usb.ids.xz) = d2eaa3e83e0696b6070fba48173e6fb6feeda4112d6dd31e58c6685116a123e9
SHA256 (usbutils-014.tar.xz) = 3a079cfad60560227b67192482d7813bf96326fcbb66c04254839715f276fc69
SHA256 (usb.ids.xz) = 1945a618aebc3ea94bf3482ea230314eb29e97f896abe216f6e3c2f47f359684

View File

@ -1,19 +1,18 @@
# Description: pciutils-like utilities for USB
# URL: https://github.com/gregkh/usbutils
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libusb
# URL: https://github.com/gregkh/usbutils
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libusb
name=usbutils
version=013
version=014
release=1
source=(http://www.kernel.org/pub/linux/utils/usb/$name/$name-$version.tar.xz
usb.ids.xz)
usb.ids.xz)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr --disable-zlib
make
make DESTDIR=$PKG install
unxz -c $SRC/usb.ids.xz > $PKG/usr/share/usb.ids
cd $name-$version
./configure --prefix=/usr --disable-zlib
make
make DESTDIR=$PKG install
unxz -c $SRC/usb.ids.xz > $PKG/usr/share/usb.ids
}

Binary file not shown.