description="Codec designed for interactive speech and audio transmission over the Internet"
url="http://www.opus-codec.org/"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

name=opus
version=1.3.1

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

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

# Obsolet lib
rm $PKG/usr/lib/libopus.la
}
