# Description: D-Bus GLib bindings
# URL: https://freedesktop.org/wiki/Software/DBusBindings
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: dbus glib

name=dbus-glib
version=0.114
release=1
source=(https://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)

build() {
    cd $name-$version

    prt-get isinst bash-completion || PKGMK_DBUSGLIB+=' --enable-bash-completion=no'

    ./configure $PKGMK_DBUSGLIB \
        --prefix=/usr \
        --libexecdir=/usr/lib/dbus-glib \
        --disable-static
    make
    make DESTDIR=$PKG install

    rm -r $PKG/usr/share/gtk-doc
}
