mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
usbutils: add meta file support, cleanups, update to usbutils-0.90
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
216fea2196
commit
64cda1bc2e
@ -2,10 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build zlib
|
||||
$SCRIPTS/build libusb-compat
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
@ -2,11 +2,8 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install zlib
|
||||
$SCRIPTS/install libusb-compat
|
||||
|
||||
mkdir -p $INSTALL/usr/sbin
|
||||
cp -PR $PKG_BUILD/lsusb $INSTALL/usr/sbin
|
||||
cp -P $PKG_BUILD/lsusb $INSTALL/usr/sbin
|
||||
|
||||
mkdir -p $INSTALL/usr/share/misc
|
||||
cp -PR $PKG_BUILD/usb.ids $INSTALL/usr/share
|
||||
cp $PKG_BUILD/usb.ids $INSTALL/usr/share
|
||||
|
14
packages/sysutils/usbutils/meta
Normal file
14
packages/sysutils/usbutils/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="usbutils"
|
||||
PKG_VERSION="0.90"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.linux-usb.org/"
|
||||
PKG_URL="http://www.kernel.org/pub/linux/utils/usb/usbutils/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="zlib libusb-compat"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib libusb-compat"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="usbutils: Linux USB Utilities"
|
||||
PKG_LONGDESC="This package contains various utilities for inspecting and setting of devices connected to the USB bus. Requires a kernel version including usbdevfs support - and this usbdevfs mounted to /proc/bus/usb."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://downloads.sourceforge.net/linux-usb/usbutils-0.86.tar.gz
|
Loading…
x
Reference in New Issue
Block a user