mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package rsxs:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
b4ea3ce30c
commit
2b27eaedc9
@ -1,21 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--exec-prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-sound \
|
||||
--without-xscreensaver
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_DIR/src/.libs/*.so* $INSTALL/usr/lib
|
||||
|
@ -1 +0,0 @@
|
||||
http://downloads.sourceforge.net/project/rsxs/rsxs/1.0/rsxs-1.0.tar.gz
|
Loading…
x
Reference in New Issue
Block a user