dbus: convert to new metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-21 21:34:13 +02:00
parent 34f1f2f7ae
commit b1399c17b1
3 changed files with 14 additions and 7 deletions

View File

@ -2,10 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build expat
$SCRIPTS/build libX11
export ac_cv_have_abstract_sockets=yes
cd $PKG_BUILD

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/install expat
$SCRIPTS/install libX11
add_user dbus x 81 81 "System message bus" "/" "/bin/sh"
add_group dbus 81
add_group netdev 497

View File

@ -0,0 +1,14 @@
PKG_NAME=dbus
PKG_VERSION="1.3.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://dbus.freedesktop.org"
PKG_URL="http://dbus.freedesktop.org/releases/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="expat libX11"
PKG_BUILD_DEPENDS="toolchain expat libX11"
PKG_PRIORITY="required"
PKG_SECTION="system"
PKG_SHORTDESC="simple interprocess messaging system"
PKG_LONGDESC="D-Bus is a message bus, used for sending messages between applications. This package contains the D-Bus daemon and related utilities and the dbus shared library."
PKG_IS_ADDON="no"