wok view turses/receipt @ rev 13873

dahdi-man: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 14 23:50:30 2013 +0100 (2013-01-14)
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 }