From 3dfb379ba0dd24ca13d4128617ded416944649b2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 3 Oct 2009 22:51:06 +0200 Subject: [PATCH] new package: - add e_dbus for upcoming enna --- packages/e17_libs/e_dbus/build | 26 ++++++++++++++++++++++++++ packages/e17_libs/e_dbus/install | 15 +++++++++++++++ packages/e17_libs/e_dbus/url | 1 + 3 files changed, 42 insertions(+) create mode 100644 packages/e17_libs/e_dbus/build create mode 100644 packages/e17_libs/e_dbus/install create mode 100644 packages/e17_libs/e_dbus/url diff --git a/packages/e17_libs/e_dbus/build b/packages/e17_libs/e_dbus/build new file mode 100644 index 0000000000..1592e32563 --- /dev/null +++ b/packages/e17_libs/e_dbus/build @@ -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 diff --git a/packages/e17_libs/e_dbus/install b/packages/e17_libs/e_dbus/install new file mode 100644 index 0000000000..2f66c77fcd --- /dev/null +++ b/packages/e17_libs/e_dbus/install @@ -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 diff --git a/packages/e17_libs/e_dbus/url b/packages/e17_libs/e_dbus/url new file mode 100644 index 0000000000..a896222105 --- /dev/null +++ b/packages/e17_libs/e_dbus/url @@ -0,0 +1 @@ +http://sources.openelec.tv/svn/e_dbus-42865.tar.bz2