mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package:
- add e_dbus for upcoming enna
This commit is contained in:
parent
6216e87ab3
commit
3dfb379ba0
26
packages/e17_libs/e_dbus/build
Normal file
26
packages/e17_libs/e_dbus/build
Normal file
@ -0,0 +1,26 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build eina
|
||||
$SCRIPTS/build evas
|
||||
$SCRIPTS/build ecore
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build hal
|
||||
# there is an error $SCRIPTS/build connman
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-ehal \
|
||||
--disable-enm \
|
||||
--disable-econnman \
|
||||
--enable-enotify \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
15
packages/e17_libs/e_dbus/install
Normal file
15
packages/e17_libs/e_dbus/install
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install eina
|
||||
$SCRIPTS/install evas
|
||||
$SCRIPTS/install ecore
|
||||
$SCRIPTS/install dbus
|
||||
$SCRIPTS/install hal
|
||||
# there is an error $SCRIPTS/install connman
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/lib/dbus/.libs/libedbus*.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/lib/hal/.libs/libehal*.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/lib/notification/.libs/libenotify*.so* $INSTALL/usr/lib
|
1
packages/e17_libs/e_dbus/url
Normal file
1
packages/e17_libs/e_dbus/url
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/e_dbus-42865.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user