dbus-glib: 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:07 +01:00
parent 5a659afd8b
commit 68244bc91a
4 changed files with 14 additions and 11 deletions

View File

@ -2,12 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build dbus
$SCRIPTS/build glib
$SCRIPTS/build expat
$SCRIPTS/build dbus-glib-host
export ac_cv_have_abstract_sockets=yes
export ac_cv_func_posix_getpwnam_r=yes
export have_abstract_sockets=yes

View File

@ -2,9 +2,5 @@
. config/options $1
$SCRIPTS/install dbus
$SCRIPTS/install glib
$SCRIPTS/install expat
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/.build-target/dbus/.libs/*.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="dbus-glib"
PKG_VERSION="0.88"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://freedesktop.org/wiki/Software/dbus"
PKG_URL="http://dbus.freedesktop.org/releases/dbus-glib/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="dbus glib expat"
PKG_BUILD_DEPENDS="toolchain dbus glib expat dbus-glib-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"

View File

@ -1 +0,0 @@
http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.88.tar.gz