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