eggdbus-host: add metafile support, cleanups, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 14:28:50 +01:00
parent b7ea0f5556
commit 5a659afd8b
2 changed files with 14 additions and 4 deletions

View File

@ -2,11 +2,7 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/unpack eggdbus
$SCRIPTS/build glib-host
$SCRIPTS/build dbus-host
$SCRIPTS/build dbus-glib-host
EGGDBUS_DIR=`ls -d $BUILD/eggdbus-[0-9]*`

View File

@ -0,0 +1,14 @@
PKG_NAME="eggdbus-host"
PKG_VERSION=""
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="http://cgit.freedesktop.org/~david/eggdbus"
PKG_URL=""
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain glib-host dbus-host dbus-glib-host"
PKG_PRIORITY="optional"
PKG_SECTION="devel"
PKG_SHORTDESC="eggdbus: D-Bus bindings for GObject"
PKG_LONGDESC="D-Bus bindings for GObject."
PKG_IS_ADDON="no"