#Maintainer: George Vlahavas (vlahavas~at~gmail.com, gapan@zenwalk forums) pkgname=coverfinder pkgver=0.2.1 zenver=54 pkgrel=1 arch=i486 source=(http://mookooh.org/coverfinder/releases/coverfinder-$pkgver.tar.gz) docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "maintainers") url=http://mookooh.org/coverfinder/ sourcetemplate=http://pnboy.pinguix.com/gapan/$pkgname options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "coverfinder is a tool to find cover images in the internet" "This is a tool to find cover images via the Amazon Web Services" "API and to save them locally." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg # Fix .desktop file (I prefer it under Accessories) sed -i -e 's/Categories=Application;Multimedia;AudioVideo;/Categories=Application;Utility;/' $startdir/pkg/usr/share/applications/coverfinder.desktop }