description="A free codec for free speech"
url="http://www.speex.org/"

packager="Spiky <spiky@nutyx.org>"
contributors="Pierre,Tnut"

makedepends=(libogg)

name=speex
version=1.2.1

source=( http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)

build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/speex-$version
make
make DESTDIR=$PKG install

rm $PKG/usr/lib/libspeex.la
}  
