wok view turses/receipt @ rev 13721

Add cherrytree: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 21 08:15:57 2012 +0000 (2012-12-21)
parents
children 23c3aed67cd9
line source
1 # SliTaz package receipt.
3 PACKAGE="turses"
4 VERSION="0.2.7"
5 CATEGORY="network"
6 SHORT_DESC="A Twitter client for the console."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 python-tweepy"
9 BUILD_DEPENDS="python python-dev setuptools"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="https://github.com/alejandrogomez/turses"
12 WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py build
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }