wok-next annotate tor-arm/receipt @ rev 21443

updated sarg (2.3.1 -> 2.4.0)
author Hans-G?nter Theisgen
date Tue May 05 16:34:52 2020 +0100 (2020-05-05)
parents 7390f8de9846
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@11567 2
pascal@11567 3 PACKAGE="tor-arm"
pascal@14855 4 VERSION="1.4.5.0"
pascal@11567 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Terminal status monitor for Tor"
pascal@11567 7 MAINTAINER="paul@slitaz.org"
pascal@14855 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="https://nyx.torproject.org/"
pascal@11567 10
al@21020 11 TARBALL="arm-$VERSION.tar.bz2"
al@21020 12 WGET_URL="http://www.atagar.com/arm/resources/static/$TARBALL" # FIXME
pascal@14855 13
al@21020 14 BUILD_DEPENDS="python-dev"
al@21020 15
al@21020 16 compile_rules() {
al@21020 17 python -B setup.py build &&
al@21020 18 python -B setup.py install --root=$install
pascal@11567 19 }
pascal@11567 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
al@21020 23 DEPENDS="python"
pascal@11567 24 }