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