void-packages/srcpkgs/dbus/template

31 lines
1.3 KiB
Text
Raw Normal View History

# Template file for 'dbus'
pkgname=dbus
2012-06-28 13:34:34 +00:00
version=1.6.2
2012-07-09 16:34:25 +00:00
revision=2
build_style=gnu-configure
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
2012-07-09 16:34:25 +00:00
--disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-tests
2012-06-11 21:05:54 +00:00
--disable-doxygen-docs --disable-xml-docs --disable-tests --enable-systemd
2012-07-09 16:34:25 +00:00
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-epoll
--disable-asserts"
2012-06-11 21:05:54 +00:00
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>"
2011-06-04 20:20:44 +00:00
license="GPL-2"
2012-07-09 16:34:25 +00:00
homepage="http://dbus.freedesktop.org/"
distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz"
2012-06-28 13:34:34 +00:00
checksum=2bf210e549fbf801fef32ba132284bcd10021d1d9e52fc29097fe1333b54c2ea
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."