#Maintainer: Juhana 'rexroom' Uuttu pkgname=picard pkgver=0.12.1 pkgrel=1 zenver=64 arch=i686 source=("http://ftp.musicbrainz.org/pub/musicbrainz/picard/$pkgname-$pkgver.tar.gz") sourcetemplate=http://cthulhu.daug.net/zenwalk/$pkgname/ docs=("authors.txt" "news.txt" "copying.txt") url=http://www.musicbrainz.org extradepends=('libdiscid' 'mutagen' 'PyQt' 'sip') lessdepends=('dirac' 'liboil' 'libtheora' 'schroedinger' 'x264' 'xvidcore' 'qt4-devel') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - the next-generation MusicBrainz tagger" "Picard is the next generation MusicBrainz tagging application. This" "new tagging concept is album oriented, as opposed to track/file" "oriented like the ClassicTagger was. Picard is written in Python," "which is a cross-platform language, and makes use of cross-platform" "libraries - this allows the same code to run both on Windows, Linux" "and Mac OS X." "" "Visit: $url" ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py config python setup.py install --prefix=/usr --root=$startdir/pkg # Installing included plugins cp -vr contrib/plugins/* \ $startdir/pkg/usr/lib/python2.6/site-packages/picard/plugins/ }