27 lines
876 B
Plaintext
27 lines
876 B
Plaintext
# Template file for 'usbutils'
|
|
pkgname=usbutils
|
|
version=005
|
|
revision=1
|
|
homepage="http://linux-usb.sourceforge.net/"
|
|
short_desc="Linux USB utilities"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
build_style=gnu-configure
|
|
configure_args="--datadir=/usr/share/hwdata --disable-zlib"
|
|
makedepends="pkg-config which libusb-devel"
|
|
fulldepends="hwids"
|
|
distfiles="ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=a29e924cb726765e1b8d16e79d08aa142480606b46aa8467720b46f5767c1855
|
|
long_desc="
|
|
This package contains utilities for inspecting devices connected to a
|
|
USB bus."
|
|
|
|
post_install() {
|
|
# Remove lsusb.py - avoid useless python scripts
|
|
rm -f ${DESTDIR}/usr/bin/lsusb.py
|
|
# Remove usb ids - provided by hwids
|
|
rm -rf ${DESTDIR}/usr/share/hwdata
|
|
# Remove update-usbids.sh - handled by hwids
|
|
rm -f ${DESTDIR}/usr/sbin/update-usbids.sh
|
|
}
|