#!/bin/sh
#
# Copyright 2007 Donnavon Hallgren <donwhall@gmail.com>
# Available under the terms of the GNU GPL.
#
# This script is for use with the dropline GNOME build engine
# http://www.droplinegnome.org
#

NAME="boo"
VERSION="0.9.1.3287"
REVISION="1"

PKG_SOURCEURL='http://dist.codehaus.org/boo/distributions/$NAME-$VERSION.tar.gz'

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

DLG_PKGER="salv"

cflags
cxxflags
prepare
analyzesource
configure
make
makeinstall install-strip
spewdo "find $PKG_STAGEROOT -iname '*.dll'            -exec cp {} $PKG_STAGEROOT/usr/lib/boo \;"
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
