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