Files
Arch-R/packages/sysutils/dbus/meta
Stephan Raue 424ba2dbb3 dbus: update to dbus-1.4.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-21 17:21:41 +01:00

17 lines
598 B
Plaintext

PKG_NAME="dbus"
PKG_VERSION="1.4.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="dbus: 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"
PKG_AUTORECONF="yes"