#!/bin/sh
#
# Copyright 2005 Zach Borgerding <zborgerd@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="libgda"
VERSION="4.1.3"
REVISION="1"

PKG_SANIFYNOTOUCH="do not touch me"
PKG_SOURCEURL='http://ftp.gnome.org/pub/GNOME/sources/libgda/$VER_MAJ.$VER_MIN/libgda-$VERSION.tar.bz2'

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

cflags
prepare
analyzesource
spewdo "libtoolize --force"
spewdo "autoreconf -vif"
configure --with-bdb=/usr/include/db4/
make
makeinstall install-strip
configfile $PKG_SYSCONFDIR/libgda-${VER_MAJ}.0/config
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup

