wok view turses/receipt @ rev 14085
Add yacpi
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Feb 22 19:51:05 2013 +0000 (2013-02-22) |
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 }