2008-10-24 23:07:58 +00:00
|
|
|
# Template file for 'dbus'
|
|
|
|
pkgname=dbus
|
2009-02-25 05:15:20 +00:00
|
|
|
sourcepkg=dbus
|
2009-02-15 00:05:49 +00:00
|
|
|
version=1.2.12
|
2008-10-28 22:57:52 +00:00
|
|
|
distfiles="http://dbus.freedesktop.org/releases/dbus/$pkgname-$version.tar.gz"
|
2008-10-24 23:07:58 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
|
|
|
|
--localstatedir=/var --without-x"
|
|
|
|
make_install_args="DBUS_DAEMONDIR=$XBPS_DESTDIR/$pkgname-$version/usr/sbin
|
|
|
|
DBUS_DATADIR=$XBPS_DESTDIR/$pkgname-$version/usr/share"
|
|
|
|
short_desc="Message bus system"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-02-15 00:05:49 +00:00
|
|
|
checksum=b2ec81e7d9fa5e24f67baccfd9af2755a7797a65cb4c3cad10d023867f2bd220
|
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
|
|
|
keep_dirs="/etc/dbus-1"
|
|
|
|
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
|
2009-02-25 05:15:20 +00:00
|
|
|
subpackages="devel libs"
|
2009-02-15 00:23:33 +00:00
|
|
|
|
2009-02-25 05:15:20 +00:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full expat
|
|
|
|
Add_dependency run dbus-libs
|
|
|
|
Add_dependency build pkg-config
|