### this file is sourced not run
PKGVER=1.8.0
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 7.5
TARBALL=dbus-$PKGVER.tar.gz
MD5SUM=059fbe84e39fc99c67a14f15b1f39dff 
SRC_URL=http://dbus.freedesktop.org/releases/dbus/$TARBALL
BUNDLE=

SLACKREQ='expat'
SLACKDESC="dbus: dbus $PKGVER (Userspace message bus)  
dbus:  
dbus: D-Bus is a message bus system, a simple way for applications to talk to 
dbus: one another. D-Bus supplies both a system daemon (for events such as 
dbus: “new hardware device added” or “printer queue changed”) and a 
dbus: per-user-login-session daemon (for general IPC needs among user 
dbus: applications). Also, the message bus is built on top of a general 
dbus: one-to-one message passing framework, which can be used by any two 
dbus: applications to communicate directly (without going through the message 
dbus: bus daemon).  
dbus:
"
SLACKSUG=libX11

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS \
            --with-console-auth-dir=/run/console/ \
            --without-systemdsystemunitdir \
            --disable-systemd              \
            --disable-static               \
            --disable-doxygen-docs         \
            --with-xml=expat" &&
    pkg_build_autoconf &&
    mv -v /usr/share/doc/dbus /usr/share/doc/dbus-$PKGVER &&
	pkg_build_slackdesc
}


