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

NAME="cowbell"
VERSION="0.2.4"
REVISION="1"

PKG_SOURCEURL='http://more-cowbell.org/releases/$NAME-$VERSION.tar.gz'

# This is new to the engine as of v1.95.00!
#PKG_USEAUTOGENSH="yep"

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

cflags
prepare

spewdo "cd $PKG_BUILDROOT ; autoreconf"
export LDFLAGS=""

analyzesource
#configure
configure
make
makeinstall install-strip
# Nothing links to this thing, so it's not like it needs the helper file!
tidydocumentation
analyzebinaries
includescript
finalizepackage
packagize
cleanup
