mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package embryo:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
90325d5538
commit
9c150fb50c
@ -1,18 +0,0 @@
|
||||
#!/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
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/lib/.libs/libembryo*.so* $INSTALL/usr/lib
|
@ -1 +0,0 @@
|
||||
http://sources.openelec.tv/svn/embryo-43006.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user