2009-03-23 06:03:09 +01:00
|
|
|
# Template file for 'usbutils'
|
|
|
|
pkgname=usbutils
|
2012-07-08 17:32:20 +02:00
|
|
|
version=006
|
2012-05-24 08:08:24 +02:00
|
|
|
revision=1
|
2013-04-14 15:20:19 +02:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--datadir=/usr/share/hwdata --disable-zlib"
|
|
|
|
hostmakedepends="pkg-config which hwids"
|
|
|
|
makedepends="libusb-devel"
|
2012-03-13 07:26:49 +01:00
|
|
|
homepage="http://linux-usb.sourceforge.net/"
|
2009-03-23 06:03:09 +01:00
|
|
|
short_desc="Linux USB utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-13 07:26:49 +01:00
|
|
|
license="GPL-2"
|
2012-07-08 17:32:20 +02:00
|
|
|
distfiles="${KERNEL_SITE}/utils/usb/$pkgname/${pkgname}-${version}.tar.xz"
|
|
|
|
checksum=d9b5b5e7e5f797896e42efaa0a1f83089210bfed79312c1f04dd30b4f729ed0e
|
2009-03-23 06:03:09 +01:00
|
|
|
long_desc="
|
|
|
|
This package contains utilities for inspecting devices connected to a
|
|
|
|
USB bus."
|
|
|
|
|
2012-05-24 08:08:24 +02:00
|
|
|
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
|
2009-09-30 13:45:43 +02:00
|
|
|
}
|
2013-04-14 15:20:19 +02:00
|
|
|
|
|
|
|
usbutils_package() {
|
|
|
|
depends="hwids"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|