UmVirt LFS Package info

DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

dbus-glib

The D-Bus GLib package contains GLib interfaces to the D-Bus API.

Package info

Template:
Codename: dbus-glib
Source file: dbus-glib-0.112.tar.gz
Source file size: 715340
Source file MD5-checkum: 021e6c8a288df02c227e4aafbf7e7527
Source directory: dbus-glib-0.112
Package URL: https://umvirt.com/linux/downloads/0.2/packages/d/dbus-glib-0.112.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/d/dbus-glib-0.112.tar.gz.md5sum
Dependances: glib, dbus.
Dependance of: lxappearance, lxsession, mate-control-center, mate-settings-daemon, GConf, gimp, libreoffice.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr     \
            --sysconfdir=/etc \
            $ARG_STATIC

Build script:
make

Install script:
make install