mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
new package:
- add libusb-compat
This commit is contained in:
parent
10ef0207ff
commit
c6ba7e0d67
19
packages/sysutils/libusb-compat/build
Executable file
19
packages/sysutils/libusb-compat/build
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-static \
|
||||||
|
--disable-log \
|
||||||
|
--disable-debug-log \
|
||||||
|
--disable-examples-build \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
6
packages/sysutils/libusb-compat/install
Executable file
6
packages/sysutils/libusb-compat/install
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -PR $PKG_BUILD/libusb/.libs/libusb*.so* $INSTALL/usr/lib
|
1
packages/sysutils/libusb-compat/url
Normal file
1
packages/sysutils/libusb-compat/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://downloads.sourceforge.net/libusb/libusb-compat-0.1.3.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user