mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
new package:
- add libsvdrp
This commit is contained in:
parent
94be52d05e
commit
a9d65ce7b3
18
packages/multimedia/libsvdrp/build
Executable file
18
packages/multimedia/libsvdrp/build
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=$LIB_PREFIX \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-static \
|
||||||
|
--enable-shave \
|
||||||
|
--enable-logcolor \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
9
packages/multimedia/libsvdrp/install
Executable file
9
packages/multimedia/libsvdrp/install
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/bin
|
||||||
|
cp $PKG_BUILD/src/bin/.libs/getwakeup $INSTALL/usr/bin
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -PR $PKG_BUILD/src/lib/.libs/libsvdrp.so* $INSTALL/usr/lib
|
1
packages/multimedia/libsvdrp/url
Normal file
1
packages/multimedia/libsvdrp/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://sources.openelec.tv/svn/libsvdrp-20091010.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user