1 # Contributer: Wieland Hoffmann <the_mineo@web.de>
2 # Contributer: Amr Hassan <amr.hassan@gmail.com>
7 pkgdesc="A Python interface to the Last.fm API"
9 url="http://pylast.googlecode.com"
11 makedepends=('python2')
13 source=(http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
16 cd $startdir/src/pylast-$pkgver
17 python2 setup.py install --root=$startdir/pkg --optimize=1
20 md5sums=('506cf1b13020b3ed2f3c845ea0c9830e')