wok view turses/receipt @ rev 20679

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 26 12:26:47 2019 +0100 (2019-01-26)
parents 7390f8de9846
children 5d50a02468c7
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 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://pypi.org/project/turses/"
11 WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL"
13 DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 \
14 python-tweepy"
15 BUILD_DEPENDS="python python-dev setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }