opt/dbus-glib/Pkgfile

25 lines
574 B
Plaintext

# 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.112
release=2
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
}