#!/bin/sh
#
# Copyright 2006-2007 Scott Harmon
# Available under the terms of the GNU GPL.
#
NAME="dbus-glib"
VERSION="0.82"
REVISION="1"

PKG_SOURCEURL='http://dbus.freedesktop.org/releases/dbus-glib/$NAME-$VERSION.tar.gz'

. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh

cflags
cxxflags
prepare
analyzesource
configure --with-test-socket-dir=/tmp --enable-gtk-doc
make
makecheck
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
