#Packager: George Vlahavas pkgname=opus pkgver=1.1 pkgrel=2gv source=("http://downloads.xiph.org/releases/opus/opus-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.opus-codec.org/downloads/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "opus (a codec for interactive speec and audio transmission)" "Opus is a codec for interactive speech and audio transmission over the" "Internet. Opus can handle a wide range of interactive audio" "applications, including Voice over IP, videoconferencing, in-game" "chat, and even remote live music performances. It can scale from low" "bit-rate narrowband speech to very high quality stereo music." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --enable-custom-modes \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }