void-packages/srcpkgs/dbus/template
Juan RP e8f4f5b59e dbus: update to 1.2.24.
--HG--
extra : convert_revision : 02831dbed217eae563a57b09107001149206c220
2010-03-25 11:08:02 +01:00

40 lines
1.4 KiB
Text

# Template file for 'dbus'
pkgname=dbus
version=1.2.24
distfiles="http://dbus.freedesktop.org/releases/dbus/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
--localstatedir=/var --without-x --disable-dnotify --enable-inotify
--with-dbus-user=dbus"
short_desc="Message bus system"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f12c748f4a703655e3d4c3db94cdf5a752a0cd0b36958c715804373bd3595c48
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."
keep_empty_dirs=yes
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
subpackages="$pkgname-devel $pkgname-libs"
openrc_services="dbus default"
system_accounts="dbus"
Add_dependency run glibc
Add_dependency run expat
Add_dependency run dbus-libs
Add_dependency build pkg-config
Add_dependency build expat-devel
post_install()
{
rm -rf ${DESTDIR}/var/run
# Install the OpenRC service
install -D -m755 ${FILESDIR}/dbus.rc ${DESTDIR}/etc/init.d/dbus
}