#Maintainer: George Vlahavas (vlahavas~at~gmail.com, gapan@zenwalk forums) pkgname=wavpack pkgver=4.50.1 zenver=54 pkgrel=1 arch=i486 source=("http://www.wavpack.com/wavpack-4.50.1.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 sourcetemplate=http://pnboy.pinguix.com/gapan/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "wavpack is 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 --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }