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

NAME="libsamplerate"
VERSION="0.1.7"
REVISION="2"

PKG_SOURCEURL='http://www.mega-nerd.com/SRC/$NAME-$VERSION.tar.gz'

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

cflags
cxxflags
prepare
analyzesource
configure
spewdo "touch $PKG_SRCROOT/*"
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
