void-packages/srcpkgs/dbus/template
2012-06-11 23:05:54 +02:00

30 lines
1.3 KiB
Plaintext

# Template file for 'dbus'
pkgname=dbus
version=1.6.0
revision=1
homepage="http://dbus.freedesktop.org/"
distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
--disable-dnotify --enable-inotify --with-dbus-user=dbus
--disable-doxygen-docs --disable-xml-docs --disable-tests --enable-systemd
--with-systemdsystemunitdir=/lib/systemd/system --enable-epoll"
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"
checksum=f0dda7e5f1c4a5bac4c690c602fbd7dce67907b967fa6986466e022c31e055ee
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."