2009-03-23 05:03:09 +00:00
|
|
|
# Template file for 'usbutils'
|
|
|
|
pkgname=usbutils
|
2011-01-11 22:30:05 +00:00
|
|
|
version=001
|
|
|
|
distfiles="${KERNEL_SITE}/utils/usb/$pkgname/$pkgname-$version.tar.bz2"
|
2009-03-23 05:03:09 +00:00
|
|
|
build_style=gnu_configure
|
2009-05-05 01:21:16 +00:00
|
|
|
configure_args="--datadir=/usr/share/hwdata --disable-zlib"
|
2009-03-23 05:03:09 +00:00
|
|
|
short_desc="Linux USB utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-01-11 22:30:05 +00:00
|
|
|
checksum=bf12e47b531c8816bab6fe58bf88b99c5d3752f27683c69ba1590f5947efb38a
|
2009-03-23 05:03:09 +00:00
|
|
|
long_desc="
|
|
|
|
This package contains utilities for inspecting devices connected to a
|
|
|
|
USB bus."
|
|
|
|
|
2010-01-07 20:29:25 +00:00
|
|
|
Add_dependency run glibc
|
2010-11-02 10:04:10 +00:00
|
|
|
Add_dependency run libusb
|
2010-01-07 20:29:25 +00:00
|
|
|
Add_dependency run libusb-compat
|
2009-03-23 05:03:09 +00:00
|
|
|
Add_dependency build which
|
2010-01-07 20:29:25 +00:00
|
|
|
Add_dependency build libusb-compat-devel
|
2009-03-23 05:03:09 +00:00
|
|
|
|
|
|
|
pre_configure()
|
|
|
|
{
|
|
|
|
cd $wrksrc
|
2009-05-05 01:21:16 +00:00
|
|
|
rm usb.ids
|
2009-10-17 01:16:09 +00:00
|
|
|
$XBPS_FETCH_CMD http://www.linux-usb.org/usb.ids
|
2009-03-23 05:03:09 +00:00
|
|
|
}
|
2009-09-30 11:45:43 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
2010-11-04 12:55:30 +00:00
|
|
|
install -d ${DESTDIR}/usr/lib
|
|
|
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
2009-09-30 11:45:43 +00:00
|
|
|
}
|