updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / scrobblethis / PKGBUILD
blob109b90d1a9436829dbcc46f512afd03397afa543
1 # Contributor: Patrice Peterson <runiq at archlinux dot us>
3 pkgname=scrobblethis
4 pkgver=0.4.12
5 pkgrel=1
6 pkgdesc="Submit DAP .scrobbler.log files to social music websites like last.fm"
7 arch=(any)
8 url="http://scrobblethis.googlecode.com"
9 license=('GPL3')
10 depends=('python' 'python-pylast>=0.5.6')
11 makedepends=('python')
12 install=
13 source=(http://scrobblethis.googlecode.com/files/$pkgname-$pkgver.tar.gz)
14 md5sums=('2831c44d0dd406f9f656224f28d2cef5')
16 build() {
17     cd $srcdir/$pkgname-$pkgver
18     python setup.py install --root=$pkgdir --optimize=1 || return 1