#Maintainer: Frederic Boulet pkgname=quodlibet pkgver=2.4 pkgrel=1 zenver=72 arch=i486 source=("http://quodlibet.googlecode.com/files/quodlibet-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/xap/$pkgname docs=("readme" "hacking" "pkg-info" "copying" "authors" "news") url=http://code.google.com/p/quodlibet/ options=('noautodotnew') extradepends=("python" "gst-python" "ffmpeg" "libgpod" "gstreamer" "mutagen" "pygtk" "flac" "faad2" "wavpack" "libmad" "vorbis-tools" "speex") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "quodlibet (Audio library tagger, manager, and player for GTK+)" "Quod Libet is a GTK+-based audio player written in Python, using the" "Mutagen tagging library. It's designed around the idea that you know" "how to organize your music better than we do." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build python setup.py install --root=$startdir/pkg --prefix=/usr mkdir -p $startdir/pkg/usr/share/icons/hicolor/64x64/apps cp quodlibet/images/exfalso.png $startdir/pkg/usr/share/icons/hicolor/64x64/apps/exfalso.png cp quodlibet/images/quodlibet.png $startdir/pkg/usr/share/icons/hicolor/64x64/apps/quodlibet.png }