#!/bin/sh
#
# Copyright 2009 Tiago Souza <ts.salvador@gmail.com>
# Available under the terms of the GNU GPL.
#
# Heavily based on GSB (http://get.gnomeslackbuild.org/gsb) by
# 'Tadgy' Austin <darren (at) gnomeslackbuild.org> (Copyright (c) 2007)

NAME="gnucash-docs"
VERSION="2.2.0"
REVISION="1"


PKG_SOURCEURL='http://www.gnucash.org/pub/gnucash/sources/stable/$NAME-$VERSION.tar.gz'

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

DLG_PKGER="salv"

cflags
cxxflags
prepare
analyzesource
configure "--disable-schemas-install --with-gconf-schema-file-dir=/etc/gconf/schemas --with-gconf-source=`/usr/bin/gconftool-2 --get-default-source`"
make
makeinstall 
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup

