#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=puddletag pkgver=0.10.6.3 zenver=72 pkgrel=1 arch=i486 source=("http://sourceforge.net/projects/puddletag/files/puddletag-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/xap/$pkgname docs=("readme" "install" "copying" "changelog*" "authors" "news" "todo" "hacking" "maintainers" "thanks") url=http://puddletag.sourceforge.net/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') doinst() { # update the mime desktop database if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q fi # update the mime database if [ -x usr/bin/update-mime-database ]; then usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1 fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "puddletag - (An audio tag editor)" "puddletag is an audio tag editor for GNU/Linux similar to the Windows" "program Mp3tag. Unlike most taggers for GNU/Linux, it uses a" "spreadsheet-like layout so that all the tags you want to edit by hand" "are visible and easily editable." ) build() { cd $startdir/src/$pkgname-$pkgver python ./setup.py build python ./setup.py install --root=$startdir/pkg mkdir -p $startdir/pkg/usr/share/icons/hicolor/48x48/apps/ convert puddletag.png -resize 48x48 $startdir/pkg/usr/share/icons/hicolor/48x48/apps/$pkgname.png }