From bfc483166321758c9e9138645bdbea6f45b7464f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 21 Jul 2010 23:56:04 +0200 Subject: [PATCH] dbus-host: add metafile support Signed-off-by: Stephan Raue --- packages/sysutils/dbus-host/meta | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/sysutils/dbus-host/meta diff --git a/packages/sysutils/dbus-host/meta b/packages/sysutils/dbus-host/meta new file mode 100644 index 0000000000..3c9ef9a964 --- /dev/null +++ b/packages/sysutils/dbus-host/meta @@ -0,0 +1,14 @@ +PKG_NAME="dbus-host" +PKG_VERSION="" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://dbus.freedesktop.org" +PKG_URL="" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain expat-host" +PKG_PRIORITY="optional" +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"