2009-03-23 06:03:09 +01:00
|
|
|
# Template file for 'usbutils'
|
|
|
|
pkgname=usbutils
|
2009-09-11 18:08:03 +02:00
|
|
|
version=0.86
|
2009-10-17 03:16:09 +02:00
|
|
|
revision=2
|
2009-03-23 06:03:09 +01:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/linux-usb/$pkgname-$version.tar.gz"
|
|
|
|
build_style=gnu_configure
|
2009-05-05 03:21:16 +02:00
|
|
|
configure_args="--datadir=/usr/share/hwdata --disable-zlib"
|
2009-03-23 06:03:09 +01:00
|
|
|
short_desc="Linux USB utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-09-11 18:08:03 +02:00
|
|
|
checksum=b3b2bea6d2cd87660c8201a47071bf2a9889d8ed90c7203cc768b597799c12f4
|
2009-03-23 06:03:09 +01:00
|
|
|
long_desc="
|
|
|
|
This package contains utilities for inspecting devices connected to a
|
|
|
|
USB bus."
|
|
|
|
|
|
|
|
Add_dependency full glibc
|
2009-04-27 00:12:01 +02:00
|
|
|
Add_dependency full libusb
|
2009-03-23 06:03:09 +01:00
|
|
|
Add_dependency full libusb-compat
|
|
|
|
Add_dependency build which
|
|
|
|
|
|
|
|
pre_configure()
|
|
|
|
{
|
|
|
|
cd $wrksrc
|
2009-05-05 03:21:16 +02:00
|
|
|
rm usb.ids
|
2009-10-17 03:16:09 +02:00
|
|
|
$XBPS_FETCH_CMD http://www.linux-usb.org/usb.ids
|
2009-03-23 06:03:09 +01:00
|
|
|
}
|
2009-09-30 13:45:43 +02:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
|
|
mv ${DESTDIR}/usr/share/hwdata/pkgconfig ${DESTDIR}/usr/lib
|
|
|
|
}
|