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