#!/bin/sh
#
# Copyright 2006 Paul Best <paul.best@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="gst-pitfdll"
SRCNAME="pitfdll"
VERSION="20060322"
REVISION="2"

#PKG_SOURCEURL='http://umn.dl.sourceforge.net/sourceforge/$NAME/$NAME-$VERSION.tar.bz2'
PKG_SOURCEURL='http:paulbest.droplinegnome.org/dropline-build-system/SOURCES/$SRCNAME/$SRCNAME-$VERSION.tar.gz'

PKG_USEAUTOGENSH="yepyepyep"

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

cflags
prepare
analyzesource
configure
make
makeinstall install-strip

tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
