1 # Contributor: superbobry <superbobry@gmail.com>
2 # Contributor: Amr Hassan <amr.hassan@gmail.com>
5 pkgver=1 # Automatically updated
7 pkgdesc="A Python interface to the Last.fm (and other compatible websites) API"
8 url="http://code.google.com/p/pylast/"
12 makedepends=('subversion')
13 conflicts=('pylast' 'pylast-0.3.4')
19 _svntrunk=http://pylast.googlecode.com/svn/trunk/
24 if [ -d $_svnmod/.svn ]; then
25 (cd $_svnmod && svn up -r $pkgver)
27 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
30 msg "SVN checkout done or server timeout"
32 python setup.py install --root=$startdir/pkg || return 1