dbus-glib-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:29:16 +01:00
parent 68244bc91a
commit 47947d9fcf
2 changed files with 16 additions and 3 deletions

View File

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

View File

@ -0,0 +1,16 @@
PKG_NAME="dbus-glib-host"
PKG_VERSION=""
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://freedesktop.org/wiki/Software/dbus"
PKG_URL=""
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain glib-host dbus-host"
PKG_PRIORITY="optional"
PKG_SECTION="devel"
PKG_SHORTDESC="dbus-glib: A message bus system"
PKG_LONGDESC="D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity."
PKG_IS_ADDON="no"