# Description: DSP library derived from Speex
# URL: http://downloads.us.xiph.org
# Packager: milisarge
# Depends on:

name=speexdsp
version=1.2rc3
release=1
source=(http://downloads.us.xiph.org/releases/speex/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
	make
	make DESTDIR="$PKG" install
	install -Dm644 COPYING "$PKG/usr/share/licenses/$pkgname/LICENSE"
}

