mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
new package:
- add embryo for upcoming enna
This commit is contained in:
parent
aedaef7b8c
commit
915bcf67eb
18
packages/e17_libs/embryo/build
Normal file
18
packages/e17_libs/embryo/build
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
|
cd $BUILD/$1*
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--disable-static \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-doc \
|
||||||
|
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
6
packages/e17_libs/embryo/install
Normal file
6
packages/e17_libs/embryo/install
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -PR $PKG_BUILD/src/lib/.libs/libembryo*.so* $INSTALL/usr/lib
|
1
packages/e17_libs/embryo/url
Normal file
1
packages/e17_libs/embryo/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://sources.openelec.tv/svn/embryo-42865.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user