# HG changeset patch # User Hans-G?nter Theisgen # Date 1581944828 -3600 # Node ID 193a38dd2e06ad57eb8161149c9a705b808ca12d # Parent c223f38b1f12b943d7bb9f9b7302f1dad31870fc updated glances (3.1.0 -> 3.1.3) diff -r c223f38b1f12 -r 193a38dd2e06 glances/receipt --- a/glances/receipt Mon Feb 17 14:01:47 2020 +0100 +++ b/glances/receipt Mon Feb 17 14:07:08 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="glances" -VERSION="3.1.0" +VERSION="3.1.3" CATEGORY="utilities" SHORT_DESC="A CLI curses based monitoring tool for GNU/Linux and BSD OS." MAINTAINER="paul@slitaz.org" @@ -10,10 +10,10 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/nicolargo/$PACKAGE/archive/v$VERSION.tar.gz" + SUGGESTED="python-jinja2" - DEPENDS="python python-psutil" -BUILD_DEPENDS="python-dev python-setuptools python-psutil" +BUILD_DEPENDS="python-dev python-psutil python-setuptools" # Rules to configure and make the package. compile_rules() @@ -24,8 +24,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs # remove stuff - rm -rf $fs/usr/share/man + rm -rf $fs/usr/share/man }