#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums)

pkgname=wavpack
pkgver=4.50.1
pkgrel=1gv
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

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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static
	make || return 1
	make install DESTDIR=$startdir/pkg
} 
