#Packager: George Vlahavas pkgname=decibel-audio-player pkgver=1.04 pkgrel=1gv arch=noarch source=(http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "licence") url=http://decibel.silent-blade.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "decibel-audio-player (Audio player)" "Decibel Audio Player is a GTK+ open-source (GPL license) audio player" "designed for GNU/Linux, which aims at being very straightforward to" "use by means of a very clean and user friendly interface." ) build() { cd $startdir/src/$pkgname-$pkgver DESTDIR=$startdir/pkg prefix=/usr make install mkdir -p $startdir/pkg/usr/share/icons/hicolor/128x128/apps ( cd $startdir/pkg/usr/share/icons/hicolor/128x128/apps ln -s ../../../../pixmaps/decibel-audio-player.png decibel-audio-player.png ) }