#Packager: fredg pkgname=canto pkgver=0.7.6 pkgrel=1fg #arch=noarch source=(http://codezen.org/static/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver docs=("ChangeLog" "install" "readme" "copying") url=http://codezen.org/canto/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "canto (An RSS/Atom newsreader that sucks less)" "Canto is an Atom/RSS feed reader for the console that is meant to be" "quick, concise, and colorful. It's meant to allow you to crank through" "feeds like you've never cranked before by providing a minimal, yet" "information packed interface. No navigating menus. No dense blocks of" "unreadable white text. An interface with almost infinite" "customization and extensibility using the excellent" "Python programming language." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }