# Maintainer: Ole Jon Bjørkum pkgname=spotcommander pkgver=13.4 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' 'inotify-tools' 'php' 'php-apache' 'php-sqlite' 'pulseaudio' 'pulseaudio-alsa' 'python2-xdg' 'qt4' 'xautomation') optdepends=('spotify-stable') install=$pkgname.install source=($url/files/$pkgname-$pkgver.tar.bz2) md5sums=('51786eab7e2ee32e74f19976fa4e4fbd') 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/* }