#Packager: Chris Farrell pkgname=CurseTheWeather pkgver=0.6 pkgrel=1cf source=("http://opensource.hld.ca/trac.cgi/export/317/trunk/ctw/dist/CurseTheWeather-0.6.tar.gz" ) sourcetemplate=http://people.salixos.org/timcowchip/$pkgname/$pkgver/ docs=("PKG-INFO" "README.txt") url=http://opensource.hld.ca/trac.cgi/wiki/CurseTheWeather slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "CurseTheWeather (display a weather forecast in a terminal)" "" "CurseTheWeather is comprised of two parts:" "weatherfeed.py = The backend which gets the weather from the internet" "ctw.py = An ncurses frontend with uber fancy ascii-art weather icons." "Actually, the icons suck, but the app is good :)" "see /usr/doc/CurseTheWeather-0.6/README.txt for Usage" "http://opensource.hld.ca/trac.cgi/wiki/CurseTheWeather" ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }