void-packages/srcpkgs/dbus/template
2011-10-01 11:57:11 +02:00

50 lines
1.8 KiB
Plaintext

# Template file for 'dbus'
pkgname=dbus
version=1.4.16
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
--localstatedir=/var --disable-dnotify --enable-inotify --with-dbus-user=dbus
--disable-doxygen-docs --disable-xml-docs --disable-tests
--with-systemdsystemunitdir=/lib/systemd/system"
short_desc="Message bus system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=1d8ee6262f8cc2148f06578eee522c755ba0896206b3464ca9bdc84f411b29c6
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."
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
subpackages="$pkgname-devel $pkgname-libs"
openrc_services="dbus default true"
system_accounts="dbus"
Add_dependency run glibc
Add_dependency run expat
Add_dependency run dbus-libs
Add_dependency run libX11
Add_dependency build coreutils
Add_dependency build pkg-config
Add_dependency build expat-devel
Add_dependency build libX11-devel
post_install()
{
# install dbus-launch.
vinstall tools/dbus-launch 755 usr/bin
vinstall doc/dbus-launch.1 644 usr/share/man/man1
vinstall ${FILESDIR}/30-dbus-xinit 755 etc/X11/xinit/xinitrc.d 30-dbus
# Install the OpenRC service
vinstall ${FILESDIR}/dbus.rc 755 etc/init.d dbus
}