diff --git a/libraries/dbus-glib/README b/libraries/dbus-glib/README new file mode 100644 index 0000000000..f233c0ef18 --- /dev/null +++ b/libraries/dbus-glib/README @@ -0,0 +1,5 @@ +glib bindings for the dbus IPC library. + +You must start the messagebus service prior to building the +glib bindings. + diff --git a/libraries/dbus-glib/dbus-glib.SlackBuild b/libraries/dbus-glib/dbus-glib.SlackBuild new file mode 100644 index 0000000000..7b41d3cd1e --- /dev/null +++ b/libraries/dbus-glib/dbus-glib.SlackBuild @@ -0,0 +1,80 @@ +#!/bin/sh + +# Slackware build script for dbus-glib + +# Copyright 2006 Robby Workman http://rlworkman.net +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=dbus-glib +VERSION=0.72 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +CWD=`pwd` +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +fi + +rm -rf $PKG +mkdir -p $TMP $PKG || exit 1 +cd $TMP || exit 1 +rm -rf $PRGNAM-$VERSION +tar -zxvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 +cd $PRGNAM-$VERSION || exit 1 +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-shared=yes \ + --enable-static=no \ + || exit 1 + +make || exit 1 +make install DESTDIR=$PKG || exit 1 + +( cd $PKG + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +) + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README \ + $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +( cd $PKG/usr/doc/$PRGNAM-$VERSION + ln -s ../../share/gtk-doc/html/dbus-glib/ html +) + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/libraries/dbus-glib/dbus-glib.info b/libraries/dbus-glib/dbus-glib.info new file mode 100644 index 0000000000..0e44c6e877 --- /dev/null +++ b/libraries/dbus-glib/dbus-glib.info @@ -0,0 +1,8 @@ +PRGNAM="dbus-glib" +VERSION="0.72" +HOMEPAGE="http://www.freedesktop.org/wiki/Software_2fDBusBindings" +DOWNLOAD="http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.72.tar.gz" +MD5SUM="6e92993aed234f13ea41c674dec40889" +MAINTAINER="Robby Workman" +EMAIL="rw@rlworkman.net" +APPROVED="BP{k}" diff --git a/libraries/dbus-glib/slack-desc b/libraries/dbus-glib/slack-desc new file mode 100644 index 0000000000..990f84b05f --- /dev/null +++ b/libraries/dbus-glib/slack-desc @@ -0,0 +1,6 @@ +dbus-glib: glib bindings for dbus +dbus-glib: +dbus-glib: This package includes the glib bindings for the +dbus-glib: dbus IPC library. +dbus-glib: +dbus-glib: