usbutils: update to 008.
This commit is contained in:
parent
b7f9abef07
commit
c0d401f63a
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'usbutils'
|
||||
pkgname=usbutils
|
||||
version=007
|
||||
revision=2
|
||||
version=008
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--datadir=/usr/share/hwdata --disable-zlib"
|
||||
hostmakedepends="pkg-config which hwids"
|
||||
makedepends="libusb-devel hwids"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libusb-devel libudev-devel"
|
||||
depends="hwids"
|
||||
homepage="http://linux-usb.sourceforge.net/"
|
||||
short_desc="Linux USB utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
distfiles="${KERNEL_SITE}/utils/usb/$pkgname/${pkgname}-${version}.tar.xz"
|
||||
checksum=7593a01724bbc0fd9fe48e62bc721ceb61c76654f1d7b231b3c65f6dfbbaefa4
|
||||
checksum=44741af0bae9d402a0ef160a29b2fa700bb656ab5e0a4b3343d51249c2a44c8c
|
||||
|
||||
post_install() {
|
||||
# Remove lsusb.py - avoid useless python scripts
|
||||
|
|
Loading…
Reference in New Issue