updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / python-pylast / PKGBUILD
blob9f0ff14ecd5f251fcc62c30beee9f03e3a85a942
1 # Contributer: Wieland Hoffmann <the_mineo@web.de>
2 # Contributer: Amr Hassan <amr.hassan@gmail.com>
4 pkgname=python-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=('python')
12 depends=('python')
13 source=(http://pypi.python.org/packages/source/p/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)
14 conflicts=('pylast-svn' 'pylast')
15 replaces=('pylast')
17 build() {
18   cd $startdir/src/pylast-$pkgver
19   python setup.py install --root=$startdir/pkg --optimize=1
23 md5sums=('506cf1b13020b3ed2f3c845ea0c9830e')