2008-10-25 01:07:58 +02:00
|
|
|
# Template file for 'dbus'
|
|
|
|
pkgname=dbus
|
2012-03-30 17:09:26 +02:00
|
|
|
version=1.4.20
|
2012-05-27 20:04:01 +02:00
|
|
|
revision=1
|
2011-06-04 22:20:44 +02:00
|
|
|
homepage="http://dbus.freedesktop.org/"
|
|
|
|
distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2008-10-25 01:07:58 +02:00
|
|
|
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
|
2011-10-16 19:46:38 +02:00
|
|
|
--disable-dnotify --enable-inotify --with-dbus-user=dbus
|
2011-06-26 18:18:59 +02:00
|
|
|
--disable-doxygen-docs --disable-xml-docs --disable-tests
|
|
|
|
--with-systemdsystemunitdir=/lib/systemd/system"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config expat-devel libX11-devel"
|
2012-05-27 20:04:01 +02:00
|
|
|
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
|
|
|
|
subpackages="dbus-devel dbus-libs dbus-x11"
|
|
|
|
system_accounts="dbus"
|
2008-10-25 01:07:58 +02:00
|
|
|
short_desc="Message bus system"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-04 22:20:44 +02:00
|
|
|
license="GPL-2"
|
2012-03-30 17:09:26 +02:00
|
|
|
checksum=103bdcd261a13140730b5fa69f56a98ab5c89ba3f0116ea62fcfd639520d5aaf
|
2008-10-25 01:07:58 +02:00
|
|
|
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."
|