updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / pylast / PKGBUILD
blob768f2db5c91b5373bbcc8e40026bf5e6fb107015
1 # Contributer: Wieland Hoffmann <the_mineo@web.de>
2 # Contributer: Amr Hassan <amr.hassan@gmail.com>
4 pkgname=pylast
5 pkgver=0.5.4
6 pkgrel=2
7 pkgdesc="A Python interface to the Last.fm API"
8 arch=('i686' 'x86_64')
9 url="http://pylast.googlecode.com"
10 license=('APACHE')
11 makedepends=('python')
12 depends=('python')
13 source=(http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz)
15 build() {
16   cd $startdir/src/pylast-$pkgver
17   python setup.py install --root=$startdir/pkg --optimize=1
20 md5sums=('1cbb1d75815579b7abac37e9d9f65e19')