wok rev 22852

updated glances (3.1.0 -> 3.1.3)
author Hans-G?nter Theisgen
date Mon Feb 17 14:07:08 2020 +0100 (2020-02-17)
parents c223f38b1f12
children f51604223163
files glances/receipt
line diff
     1.1 --- a/glances/receipt	Mon Feb 17 14:01:47 2020 +0100
     1.2 +++ b/glances/receipt	Mon Feb 17 14:07:08 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="glances"
     1.7 -VERSION="3.1.0"
     1.8 +VERSION="3.1.3"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A CLI curses based monitoring tool for GNU/Linux and BSD OS."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -10,10 +10,10 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="https://github.com/nicolargo/$PACKAGE/archive/v$VERSION.tar.gz"
    1.16 +
    1.17  SUGGESTED="python-jinja2"
    1.18 -
    1.19  DEPENDS="python python-psutil"
    1.20 -BUILD_DEPENDS="python-dev python-setuptools python-psutil"
    1.21 +BUILD_DEPENDS="python-dev python-psutil python-setuptools"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -24,8 +24,8 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	cp -a $install/usr $fs
    1.30 +	cp -a $install/usr	$fs
    1.31  
    1.32  	# remove stuff
    1.33 -	rm -rf $fs/usr/share/man
    1.34 +	rm -rf			$fs/usr/share/man
    1.35  }