# Maintainer: Ole Jon Bjørkum pkgname=spotcommander pkgver=12.6 pkgrel=1 pkgdesc="The most intuitive and feature-rich remote control for Spotify for Linux." arch=('any') url="http://www.olejon.net/code/spotcommander" license=('GPL3') depends=('apache' 'php' 'php-apache' 'php-sqlite' 'qt4' 'inotify-tools' 'xdotool' 'xautomation' 'python2-xdg') install=$pkgname.install source=($url/files/$pkgname-$pkgver.tar.bz2) md5sums=('a7db5ffa6942cb88bad8f15d307070ee') package() { mkdir -p $pkgdir/usr/share/webapps mv $srcdir/$pkgname $pkgdir/usr/share/webapps/$pkgname cd $pkgdir/usr/share/webapps/$pkgname chmod 755 . chmod 755 bin/* chmod -R 777 db/ chmod 777 run/ chmod 666 run/* }