new package:

- add initial package eggdbus
This commit is contained in:
Stephan Raue 2009-10-27 03:13:43 +01:00
parent d6136e1b5c
commit 7c3f576d1d
3 changed files with 30 additions and 0 deletions

23
packages/test/eggdbus/build Executable file
View File

@ -0,0 +1,23 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build glib
$SCRIPTS/build dbus
$SCRIPTS/build dbus-glib
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--datadir=/usr/share \
--localstatedir=/var \
--disable-static \
--enable-shared \
setup_toolchain host
make -C src/eggdbus eggdbus-binding-tool
$MAKEINSTALL

6
packages/test/eggdbus/install Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/sbin
cp $PKG_BUILD/hald/hald $INSTALL/usr/sbin/

View File

@ -0,0 +1 @@
http://hal.freedesktop.org/releases/eggdbus-0.5.tar.gz