# HG changeset patch # User Hans-G?nter Theisgen # Date 1593441341 -3600 # Node ID 1b62d515393200d9e043a32b200bef1d97fc4c59 # Parent 705bcf5df8d8c9a7242261200140ed45d3581265 updated glances (1.5.1 -> 3.1.4.1) diff -r 705bcf5df8d8 -r 1b62d5153932 glances/receipt --- a/glances/receipt Mon Jun 29 15:15:42 2020 +0100 +++ b/glances/receipt Mon Jun 29 15:35:41 2020 +0100 @@ -1,26 +1,30 @@ # SliTaz package receipt. PACKAGE="glances" -VERSION="1.5.1" +VERSION="3.1.4.1" CATEGORY="utilities" SHORT_DESC="A CLI curses based monitoring tool for GNU/Linux and BSD OS" MAINTAINER="paul@slitaz.org" LICENSE="LGPL3" WEB_SITE="https://nicolargo.github.io/glances/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="git|git://github.com/nicolargo/glances.git" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/nicolargo/$PACKAGE/archive/v$VERSION.tar.gz" -BUILD_DEPENDS="git bzip2 python-dev python-psutil" +BUILD_DEPENDS="python-dev python-psutil" -compile_rules() { +compile_rules() +{ python -B setup.py install --root=$install } -genpkg_rules() { - cp -a $install/usr $fs +genpkg_rules() +{ + cp -a $install/usr $fs + # remove stuff - rm -rf $fs/usr/share/man + rm -rf $fs/usr/share/man + DEPENDS="python python-psutil" SUGGESTED="python-jinja2" }