mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
new package:
- add package rsxs
This commit is contained in:
parent
54a7888a3b
commit
c12ca58455
21
packages/other/rsxs/build
Executable file
21
packages/other/rsxs/build
Executable file
@ -0,0 +1,21 @@
|
||||
#!/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
|
7
packages/other/rsxs/install
Executable file
7
packages/other/rsxs/install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_DIR/src/.libs/*.so* $INSTALL/usr/lib
|
||||
|
1
packages/other/rsxs/url
Normal file
1
packages/other/rsxs/url
Normal file
@ -0,0 +1 @@
|
||||
http://downloads.sourceforge.net/project/rsxs/rsxs/1.0/rsxs-1.0.tar.gz
|
Loading…
x
Reference in New Issue
Block a user