usbutils: updated to version 018

This commit is contained in:
Juergen Daubert 2024-10-22 14:50:19 +02:00
parent 99a6e172bd
commit ee3aff5788
4 changed files with 16 additions and 14 deletions

View File

@ -4,12 +4,10 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lsusb.py
-rwxr-xr-x root/root usr/bin/usb-devices
-rwxr-xr-x root/root usr/bin/usbhid-dump
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/usbutils.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/lsusb.py.1.gz
-rw-r--r-- root/root usr/share/man/man1/usb-devices.1.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/lsusb.8.gz

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqhO/UCWutEAXH9j0StYLjEiaXzOlcjDpIWu5j801Wgzgb/717BGQhoqCEsz+jlQp2xEXfsm1+gDeN/JJNnldMgE=
SHA256 (Pkgfile) = d1c9b8ef287dbe4fab156e7195bc96d827d0bb9b9f38cf59dea587d51368fec7
SHA256 (.footprint) = 21494efbc2e45e61b623a6971bc947aded879ee933adba115a98e78ad837463b
SHA256 (usbutils-017.tar.gz) = 7bb79a4c3fc664b700838add2444906919fd1d9bd767a733fc4b23975d2872b7
SHA256 (usb.ids.xz) = 96fd1f68de1222d39ad20243d1c70488d166a4bc37aa1b62dfd18e5789e70e02
RWRJc1FUaeVeqnT2Uf5ZXvQVVI11Bf75V6MQ+VPntLiNgt57pdFFc8rH5l0/eg5FUl0L8VgiD0vdBkptHzD769JFIyAWiCbnzQI=
SHA256 (Pkgfile) = f725feb8588533f5e3683e291c97dab0b30bf784d2ecbb11390f2fa8d0488a17
SHA256 (.footprint) = 0aa12495fb5a72c8aec058f3d36c85b0187cf9d500f0cc9ef31bd12f3ddaba6a
SHA256 (usbutils-018.tar.gz) = 7cb6f475730e6ac3348ced5def99974a5fa2897fda317808c64ca3e5139d0a9e
SHA256 (usb.ids.xz) = bee6c84c7682af74041ed2e12417460228143e1877e786951d30038230978529

View File

@ -4,17 +4,21 @@
# Depends on: libusb
name=usbutils
version=017
version=018
release=1
#source=(http://www.kernel.org/pub/linux/utils/usb/$name/$name-$version.tar.xz
source=(https://github.com/gregkh/usbutils/archive/refs/tags/v$version/$name-$version.tar.gz
usb.ids.xz)
build() {
cd $name-$version
autoreconf --install
./configure --prefix=/usr --disable-zlib
make
make DESTDIR=$PKG install
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
--wrap-mode=nodownload \
-D b_lto=true \
-D b_pie=true
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
unxz -c $SRC/usb.ids.xz > $PKG/usr/share/usb.ids
}

Binary file not shown.