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

NAME="tomboy"
VERSION="0.3.3"
REVISION="2"
PKG_SOURCEURL='http://www.beatniksoftware.com/tomboy/releases/$NAME-$VERSION.tar.gz'
PKG_PATCH[0]='tomboy.patch'

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

cflags
cxxflags
prepare
applypatch 0 1 
analyzesource
configure
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
