wok annotate turses/receipt @ rev 22574

updated bzflag (2.4.0 -> 2.4.18)
author Hans-G?nter Theisgen
date Mon Jan 06 15:51:49 2020 +0100 (2020-01-06)
parents 5d50a02468c7
children 5ea0ce1cecc0
rev   line source
pascal@13245 1 # SliTaz package receipt.
pascal@13245 2
pascal@13245 3 PACKAGE="turses"
Hans-G?nter@22058 4 VERSION="0.3.1"
pascal@13245 5 CATEGORY="network"
pascal@13245 6 SHORT_DESC="A Twitter client for the console."
pascal@13245 7 MAINTAINER="paul@slitaz.org"
pascal@15601 8 LICENSE="GPL3"
Hans-G?nter@22058 9 WEB_SITE="https://github.com/louipc/turses"
Hans-G?nter@22058 10
pascal@13245 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@22058 12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
pascal@13245 13
Hans-G?nter@22058 14 DEPENDS="python python-httplib2 python-oauth2 python-tweepy python-urwid"
pascal@21581 15 BUILD_DEPENDS="python python-dev python-setuptools"
pascal@15601 16
pascal@13245 17 # Rules to configure and make the package.
pascal@13245 18 compile_rules()
pascal@13245 19 {
pascal@13245 20 python setup.py build
pascal@15601 21 python setup.py install --root=$DESTDIR
pascal@13245 22 }
pascal@13245 23
pascal@13245 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13245 25 genpkg_rules()
pascal@13245 26 {
pascal@15601 27 cp -a $install/usr $fs
pascal@13245 28 }