# HG changeset patch # User Pascal Bellard # Date 1344944369 -7200 # Node ID dc91909434afa18b0519ab4907d825f113be5c06 # Parent 5da1a54fd52423d6af82fbc504f6dae0e2be37d7 Move from undigest: turses diff -r 5da1a54fd524 -r dc91909434af turses/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/turses/receipt Tue Aug 14 13:39:29 2012 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="turses" +VERSION="0.2.7" +CATEGORY="network" +SHORT_DESC="A Twitter client for the console." +MAINTAINER="paul@slitaz.org" +DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 python-tweepy" +BUILD_DEPENDS="python python-dev setuptools" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="https://github.com/alejandrogomez/turses" +WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +