#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=wv2ogg pkgver=0.1 pkgrel=1gv arch=noarch source=(http://pnboy.pinguix.com/gapan/$pkgname/$pkgname-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "wv2ogg - encodes wavpack file to ogg vorbis files" "wv2ogg is a tool that uses wvunpack, oggenc and vorbiscomment to" "encode wavpack files to ogg vorbis files. The quality setting which" "will be used for encoding the vorbis files can be set when running" "wv2ogg. It will also transfer all tags and replaygain information from" "the wavpack files to the ogg vorbis files by default. wv2ogg was" "written because no other software that would do that existed in Linux." ) build() { cd $startdir/src/$pkgname-$pkgver DESTDIR=$startdir/pkg ./install.sh }