mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package libusb:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
8c2dcbe5d6
commit
87ce6baa91
@ -1,21 +0,0 @@
|
||||
#!/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
|
||||
|
||||
#cd - && $SCRIPTS/build libusb-compat
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/$1/.libs/libusb*.so* $INSTALL/usr/lib
|
||||
|
||||
# $SCRIPTS/install libusb-compat
|
@ -1 +0,0 @@
|
||||
http://freefr.dl.sourceforge.net/sourceforge/libusb/libusb-1.0.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user