# Description: a Last.fm 'plugin' client for MPD, implemented in Python. # URL: http://www.red-bean.com/~decklin/software/lastfmsubmitd/ # Maintainer: Brett Goulder, predatorfreak at dcaf-security dot org. # Maintainer: Brett Goulder, predatorfreak at dcaf-security dot org. # Depends on: mpdclient2 mpd name=lastfmsubmitd version=0.35 release=2 source=(http://www.red-bean.com/~decklin/software/lastfmsubmitd/$name-$version.tar.bz2) build() { cd $SRC/$name-$version mkdir $PKG/usr /usr/bin/python setup.py install --prefix=$PKG/usr install -d $PKG/var/log/lastfm install -d $PKG/var/run/lastfm install -d $PKG/var/spool/lastfm install -d $PKG/var/cache/lastfm touch $PKG/var/log/lastfm/lastfm.log mv $PKG/usr/share/man $PKG/usr/man }