mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
usbutils: update to 007.
This commit is contained in:
parent
57bf4ae202
commit
911bd8af56
1 changed files with 3 additions and 6 deletions
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'usbutils'
|
# Template file for 'usbutils'
|
||||||
pkgname=usbutils
|
pkgname=usbutils
|
||||||
version=006
|
version=007
|
||||||
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="pkg-config which hwids"
|
hostmakedepends="pkg-config which hwids"
|
||||||
makedepends="libusb-devel"
|
makedepends="libusb-devel hwids"
|
||||||
depends="hwids"
|
depends="hwids"
|
||||||
homepage="http://linux-usb.sourceforge.net/"
|
homepage="http://linux-usb.sourceforge.net/"
|
||||||
short_desc="Linux USB utilities"
|
short_desc="Linux USB utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${KERNEL_SITE}/utils/usb/$pkgname/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/usb/$pkgname/${pkgname}-${version}.tar.xz"
|
||||||
checksum=d9b5b5e7e5f797896e42efaa0a1f83089210bfed79312c1f04dd30b4f729ed0e
|
checksum=7593a01724bbc0fd9fe48e62bc721ceb61c76654f1d7b231b3c65f6dfbbaefa4
|
||||||
long_desc="
|
|
||||||
This package contains utilities for inspecting devices connected to a
|
|
||||||
USB bus."
|
|
||||||
|
|
||||||
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