1 # Contributor: teddy_beer_maniac <teddy_beer_maniac@wp.pl>
5 pkgdesc="pbmpcd connects the music player daemon (mpd) with a bemused client"
6 depends=('python-pybluez>=0.7' 'python-mpdclient2' 'start-stop-daemon')
8 url=('http://arton.cunst.net/mpd/')
10 source=(http://arton.cunst.net/mpd/pbmpcd-${pkgver}.zip pbmpcd.rc)
11 md5sums=('6e6ef5b293c72ad31cd2fea50acc54d1'
12 'ba160f373af11f1c91fc4120ea34ca4a')
15 mkdir -p ${startdir}/pkg/{usr/bin,etc/rc.d}
16 cp ${startdir}/src/pbmpcd/pbmpcd.py ${startdir}/pkg/usr/bin/pbmpcd
17 cp ${startdir}/src/pbmpcd.rc ${startdir}/pkg/etc/rc.d/pbmpcd
18 chmod 755 ${startdir}/pkg/usr/bin/pbmpcd