updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / rhythmdesk / PKGBUILD
blobc54ca024d00ad56d6748da7d6ffd55f7139c3e7a
1 # Contributor: Ivan25 <ivannDOTdevATgmailDOTcom>
3 pkgname=rhythmdesk
4 pkgver=0.0.11
5 pkgrel=1
6 pkgdesc="deskbar applet plugin for rhythmbox and exaile"
7 url="http://code.google.com/p/rhythmdesk"
8 arch=('any')
9 license=('GPL')
10 depends=('python' 'deskbar-applet')
11 source=("http://$pkgname.googlecode.com/files/$pkgname.py")
12 md5sums=('c6645ab846c9965ab751c7b2060fa453')
14 build() {
15         install -Dm755 "$srcdir/rhythmdesk.py" "$pkgdir/usr/lib/deskbar-applet/modules-2.20-compatible/rhythmdesk.py"