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

NAME="libsndfile"
VERSION="1.0.20"
REVISION="2"

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


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

cflags
cxxflags
prepare
analyzesource
configure --disable-flac
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
