mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
new package:
- add eina for upcoming enna
This commit is contained in:
parent
e580136b4d
commit
d0bbce31ce
21
packages/e17_libs/eina/build
Normal file
21
packages/e17_libs/eina/build
Normal file
@ -0,0 +1,21 @@
|
||||
#!/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
|
11
packages/e17_libs/eina/install
Normal file
11
packages/e17_libs/eina/install
Normal file
@ -0,0 +1,11 @@
|
||||
#!/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
packages/e17_libs/eina/url
Normal file
1
packages/e17_libs/eina/url
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/eina-42865.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user