#!/bin/sh
#
# Copyright 2006-2007 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Available under the terms of the GNU GPL.
#

NAME="gob2"
VERSION="2.0.16"
REVISION="1"

PKG_SOURCEURL='http://ftp.5z.com/pub/gob/$NAME-$VERSION.tar.gz'

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

PKG_DOCFILES="$PKG_DOCFILES${PKG_DOCFILES:+ }examples"

cflags
cxxflags
prepare
analyzesource
configure
make
makeinstall
spewdo "createdir $PKG_STAGEROOT$PKG_DOCDIR/examples"
tidydocumentation
spewdo "rm $PKG_STAGEROOT$PKG_DOCDIR/examples/Makefile*"
analyzebinaries
finalizepackage
packagize
cleanup
