#Packager: Richard Lapointe <richard@laprjns.com>
#Former Packager(s): Name <email@address.com>
#Anything commented is optional and can be deleted

pkgname=pylast
pkgver=0.5.1
pkgrel=1rl
#arch=noarch
source=(https://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz)
sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/
docs=("authors" "install" "readme" "copying")
url=http://code.google.com/p/pylast/
#dotnew=()
#CFLAGS=
#CXXFLAGS=
#options=('noextract')

#doinst() {
#
#}

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"pylast (A Python interface to Last.fm )"
"A Python interface to Last.fm (and other API compatible social"
"networks)"

)

build() {
	cd $startdir/src/$pkgname-$pkgver
	python setup.py install --prefix=/usr --root=$startdir/pkg
}