### this file is sourced not run

# BLFS 7.5
TARBALL=usbutils-007.tar.xz
MD5SUM=c9df5107ae9d26b10a1736a261250139 
SRC_URL=http://ftp.kernel.org/pub/linux/utils/usb/usbutils/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='usbutils: usbutils 007 (USB information)  
usbutils:  
usbutils: The USB Utils package contains an utility used to display 
usbutils: information about USB buses in the system and the devices connected 
usbutils: to them.  
usbutils: 
usbutils: 
usbutils: 
usbutils: 
usbutils: 
usbutils: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --datadir=/usr/share/misc"
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	rm -f /usr/share/misc/usb.ids &&
	mv -v /usr/sbin/update-usbids.sh /usr/sbin/update-usbids
}


