# Template file for 'dbus'
pkgname=dbus
version=1.6.4
revision=1
build_style=gnu-configure
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
--disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-tests
--disable-doxygen-docs --disable-xml-docs --disable-tests --enable-systemd
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-epoll
--disable-asserts"
makedepends="pkg-config expat-devel libX11-devel systemd-devel"
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
subpackages="dbus-devel dbus-libs dbus-x11"
system_accounts="dbus"
short_desc="Message bus system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://dbus.freedesktop.org/"
distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz"
checksum=5fba6b7a415d761a843fb8e0aee72db61cf13057a9ef8cdc795e5d369dc74cf1
long_desc="
 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.

 D-BUS supports broadcast messages, asynchronous messages (thus decreasing
 latency), authentication, and more.  It is designed to be low-overhead;
 messages are sent using a binary protocol, not using XML.  D-BUS also
 supports a method call mapping for its messages, but it is not required;
 this makes using the system quite simple."