#Packager: George Vlahavas pkgname=opus-tools pkgver=0.1.9 pkgrel=1gv source=("http://downloads.xiph.org/releases/opus/opus-tools-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://opus-codec.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "opus-tools (a set of tools for the opus audio format)" "Opus-tools is a set of tools to encode, inspect, and decode audio in" "the Opus format." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }