wok rev 20969
updated glances (1.5.1 -> 3.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 05 15:48:10 2019 +0100 (2019-03-05) |
parents | 913e7292869b |
children | fccf1530eed7 |
files | glances/receipt |
line diff
1.1 --- a/glances/receipt Tue Mar 05 15:22:01 2019 +0100 1.2 +++ b/glances/receipt Tue Mar 05 15:48:10 2019 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="glances" 1.7 -VERSION="1.5.1" 1.8 +VERSION="3.1.0" 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 LICENSE="LGPL3" 1.13 +WEB_SITE="https://nicolargo.github.com/glances/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://nicolargo.github.com/glances/" 1.17 -WGET_URL="git|git://github.com/nicolargo/glances.git" 1.18 +WGET_URL="https://github.com/nicolargo/$PACKAGE/archive/v$VERSION.tar.gz" 1.19 SUGGESTED="python-jinja2" 1.20 1.21 DEPENDS="python python-psutil setuptools" 1.22 -BUILD_DEPENDS="git bzip2 python-dev setuptools python-psutil" 1.23 +BUILD_DEPENDS="python-dev setuptools python-psutil" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules()