# SHORT DESC: GLib interface to DBUS
# LONG DESC GLib interface to DBUS
# IGNORE: slackware-12.2
# IGNORE: slackware-13.0
# IGNORE: slackware-13.1
# IGNORE: slackware-13.2
# IGNORE: slackware-14.0
# IGNORE: slackware64-13.0
# IGNORE: slackware64-13.1
# IGNORE: slackware64-13.2
# IGNORE: slackware64-14.0
# IGNORE: slamd64-12.2
# COMPILE REQUIREMENT: dbus
# COMPILE REQUIREMENT: glib
./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var && \
make && \
make install || exit 1
|