mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package:
- add eet for upcoming enna
This commit is contained in:
parent
35955340cf
commit
6a19bf27e0
20
packages/e17_libs/eet/build
Normal file
20
packages/e17_libs/eet/build
Normal file
@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build eina
|
||||
$SCRIPTS/build openssl
|
||||
$SCRIPTS/build jpeg
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-doc \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
9
packages/e17_libs/eet/install
Normal file
9
packages/e17_libs/eet/install
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install eina
|
||||
$SCRIPTS/install jpeg
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/lib/.libs/libeet*.so* $INSTALL/usr/lib
|
1
packages/e17_libs/eet/url
Normal file
1
packages/e17_libs/eet/url
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/eet-42865.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user