#Packager: Frédéric Galusik pkgname=turses pkgver=0.2.7 pkgrel=1fg #arch=noarch source=(http://pypi.python.org/packages/source/t/$pkgname/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/ docs=("readme") url=http://pypi.python.org/pypi/turses slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "turses (A Twitter client for the console)" "Turses is a full-featured, lightweight, and extremely configurable " "Twitter client." ) build() { cd $SRC/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$PKG }