#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=wavpack pkgver=4.60.1 pkgrel=1gv arch=x86_64 source=("http://www.wavpack.com/wavpack-$pkgver.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "file_format.txt" "library_use.txt" "style.css" "wavpack_doc.html") url=http://www.wavpack.com slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "wavpack (a lossless, lossy and hybrid audio compression tool)" "WavPack is a completely open audio compression format providing" "lossless, high-quality lossy, and a unique hybrid compression" "mode. Although the technology is loosely based on previous" "versions of WavPack, the new version 4 format has been designed" "from the ground up to offer unparalleled performance and" "functionality." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }