updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / chipmunk-radio / PKGBUILD
blobeec515e632ed0363cb85321cb30154050b3b5cd8
1 # Maintainer: Andy Kluger <gmail: AndyKluger>
2 pkgname=chipmunk-radio
3 pkgver=0.1.9
4 pkgrel=2
5 pkgdesc="GTK+ Last.fm client built on Shell.FM and pyLast"
6 arch=('any')
7 url="http://shell-fm.wikidot.com/hack:chipmunk-gtk-interface"
8 license=('GPL')
9 depends=('dbus-python' 'hicolor-icon-theme' 'socat' 'python2-pygtkhelpers-hg' 'python2-pylast' 'shell-fm-git')
10 optdepends=('python-keybinder: bind keys to standard keysyms (XF86AudioPlay, etc.)'
11             'python-notify: display notifications'
12             'surl: shorten the urls you share')
13 source=(http://cdn.bitbucket.org/EvilGnome/$pkgname/downloads/$pkgname-$pkgver.tar.gz)
14 md5sums=('b34bf928be0d7ba628a165dea474b7aa')
16 build() {
17   cd $srcdir/$pkgname-$pkgver
18   install -Dm755 chipmunk-radio.sh ${pkgdir}/usr/bin/$pkgname
19   install -Dm755 chipmunk-radio.py ${pkgdir}/usr/share/$pkgname/$pkgname.py
20   install -Dm755 chipmunk-radio.glade ${pkgdir}/usr/share/$pkgname/$pkgname.glade
21   install -Dm755 chipmunk-radio.desktop ${pkgdir}/usr/share/applications/$pkgname.desktop
22   install -Dm755 chipmunk-radio.png ${pkgdir}/usr/share/icons/hicolor/128x128/apps/$pkgname.png