move package e_debus:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 07:43:43 +02:00
parent e52ef264f3
commit 337c1458a7
3 changed files with 0 additions and 42 deletions

View File

@ -1,26 +0,0 @@
#!/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

View File

@ -1,15 +0,0 @@
#!/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

View File

@ -1 +0,0 @@
http://sources.openelec.tv/svn/e_dbus-43006.tar.bz2