#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented is optional and can be deleted pkgname=pithos pkgver=0.3.18 pkgrel=1rl #arch=noarch #arch=nocarch source=(https://github.com/pithos/pithos/archive/$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("authors" "install" "readme" "copying") url=http://pithos.github.io/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Pithos (Pandora Radio client for Linux)" "Pithos is a native Pandora Radio client for Linux. It’s much more" "lightweight than the Pandora.com web client, and integrates with" "desktop features such as media keys, notifications, and" "the sound menu." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }