1 # Contributor: dibblethewrecker .at. jiwe .dot. org
6 pkgdesc="A mpd control plugin for gkrellm2"
9 depends=('gkrellm' 'curl')
10 source=(http://mina.naguib.ca/dist/$pkgname-$pkgver.tar.gz)
11 url="http://mpd.wikia.com/wiki/Client:GKrellMPC"
12 md5sums=('cb3ba81e7e9a73f0e84623d50df09340')
15 cd $startdir/src/$pkgname-$pkgver
17 install -D -m755 gkrellmpc.so \
18 $startdir/pkg/usr/lib/gkrellm2/plugins/gkrellmpc.so
20 # vim: ts=2 sw=2 et ft=sh