#Packager: George Vlahavas pkgname=opusfile pkgver=0.7 pkgrel=1gv source=("http://downloads.xiph.org/releases/opus/opusfile-$pkgver.tar.gz") docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.opus-codec.org/downloads/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "opusfile (seeking, decode and playback of opus streams)" "The opusfile library provides seeking, decode, and playback of Opus" "streams in the Ogg container (.opus files) including over http on" "posix systems." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }