#!/bin/sh
#
# Copyright 2008 Sasa Ostrouska <saxa@droplinegnome.org>
# Available under the terms of the GNU GPL.
#

NAME="gnome-do"
VERSION="0.8.3"
REVISION="1"
PKG_SOURCEURL='http://edge.launchpad.net/do/0.8/$VERSION/+download/$NAME-$VERSION.tar.gz'

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

cflags
cxxflags
prepare
analyzesource
spewdo "cd $PKG_BUILDROOT ; autoreconf --force --install"
configure
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
