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

NAME="speex"
VERSION="1.0.5"
REVISION="1"

PKG_SOURCEURL='http://www.speex.org/download/speex-$VERSION.tar.gz'
PKG_PATCH[0]="speex-1.0.4-stupidpkgconfig.diff"

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

cflags
prepare
applypatch 0 1
analyzesource
configure
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
