mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package eina:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
9498ce4402
commit
3279a6e4b8
@ -1,21 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-pthread \
|
||||
--enable-chained-pool \
|
||||
--enable-pass-through \
|
||||
--enable-default-mempool \
|
||||
--disable-doc\
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/lib/.libs/libeina*.so* $INSTALL/usr/lib
|
||||
|
||||
mkdir -p $INSTALL/usr/lib/eina/mp
|
||||
for i in chained_pool pass_through fixed_bitmap; do
|
||||
cp -PR $PKG_BUILD/src/modules/mp/$i/.libs/*.so $INSTALL/usr/lib/eina/mp
|
||||
done
|
@ -1 +0,0 @@
|
||||
http://sources.openelec.tv/svn/eina-43006.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user