mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libusb: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cd00108b0b
commit
300e7fdac9
@ -2,8 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
@ -3,5 +3,5 @@
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/$1/.libs/libusb*.so* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/$1/.libs/libusb*.so* $INSTALL/usr/lib
|
||||
|
||||
|
14
packages/sysutils/libusb/meta
Normal file
14
packages/sysutils/libusb/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="libusb"
|
||||
PKG_VERSION="1.0.8"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://libusb.sourceforge.net/"
|
||||
PKG_URL="http://freefr.dl.sourceforge.net/sourceforge/libusb/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="libusb: OS independent USB device access"
|
||||
PKG_LONGDESC="The libusb project's aim is to create a Library for use by user level applications to USB devices regardless of OS."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://freefr.dl.sourceforge.net/sourceforge/libusb/libusb-1.0.8.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user