#!/bin/sh
#
# Copyright 2004, 2007 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Copyright 2005, 2006, 2007 Scott Harmon
# Available under the terms of the GNU GPL.
#
# build requires gnome-do and banshee
NAME="gnome-do-plugins"
VERSION="0.8.2.1"
REVISION="1"

PKG_SOURCEURL='http://edge.launchpad.net/do-plugins/0.8/$VERSION/+download/$NAME-$VERSION.tar.gz'

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

DLG_PKGER="salv"

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