#!/bin/sh
#
# Available under the terms of the GNU GPL.
#

NAME="tomboy"
VERSION="0.3.5"
REVISION="4"
PKG_SOURCEURL='http://www.beatniksoftware.com/tomboy/releases/$NAME-$VERSION.tar.gz'

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

cflags
cxxflags
prepare
analyzesource
configure --enable-evolution=no
make
makeinstall install-strip
#spewdo "cp $PKG_BUILDROOT/Tomboy/Plugins/FixedWidth.dll $PKG_STAGEROOT/usr/lib/tomboy/Plugins/"
#spewdo "cp $PKG_BUILDROOT/Tomboy/Plugins/NoteOfTheDay.dll $PKG_STAGEROOT/usr/lib/tomboy/Plugins/"
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
