#!/bin/sh
#
# Copyright 2004,2007-2008 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Copyright 2005, 2006 Scott Harmon
# Available under the terms of the GNU GPL.
#

NAME="gconf"
VERSION="2.28.0"
REVISION="1"
PKG_SOURCEURL='http://ftp.gnome.org/pub/GNOME/sources/GConf/$VER_MAJ.$VER_MIN/GConf-$VERSION.tar.bz2'

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

cflags
cxxflags
prepare
analyzesource
configure --enable-gtk-doc
make
makecheck
makeinstall install-strip
spewdo "mkdir -p $PKG_STAGEROOT$PKG_SYSCONFDIR/gconf/schemas"
spewdo "mkdir -p $PKG_STAGEROOT$PKG_SYSCONFDIR/gconf/gconf.xml.system"
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
