wok view turses/receipt @ rev 24207

updated perl-file-basedir (0.03 -> 0.09)
author Hans-G?nter Theisgen
date Fri Dec 31 15:40:31 2021 +0100 (2021-12-31)
parents 5e73d3067877
children ac8ca9758df1
line source
1 # SliTaz package receipt.
3 PACKAGE="turses"
4 VERSION="0.3.1"
5 CATEGORY="network"
6 SHORT_DESC="A Twitter client for the console."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/louipc/turses"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
14 DEPENDS="python python-httplib2 python-oauth2 python-tweepy python-urwid"
15 BUILD_DEPENDS="python python-dev python-setuptools"
17 current_version()
18 {
19 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
20 sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
21 }
23 # Rules to configure and make the package.
24 compile_rules()
25 {
26 python setup.py build
27 python setup.py install --root=$DESTDIR
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 cp -a $install/usr $fs
34 }