wok annotate turses/receipt @ rev 21863

Add firefox-official-en-GB
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 24 09:58:43 2019 +0300 (2019-09-24)
parents 6135577f4d08
children 5e73d3067877
rev   line source
pascal@13245 1 # SliTaz package receipt.
pascal@13245 2
pascal@13245 3 PACKAGE="turses"
pascal@13245 4 VERSION="0.2.7"
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"
pascal@13245 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20679 10 WEB_SITE="https://pypi.org/project/turses/"
pascal@13245 11 WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL"
pascal@13245 12
pascal@21581 13 DEPENDS="python python-setuptools python-httplib2 python-urwid python-oauth2 \
al@18086 14 python-tweepy"
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 }