wok-next diff glances/receipt @ rev 21159

updated diffutils (3.6 -> 3.7)
author Hans-G?nter Theisgen
date Wed Feb 20 08:46:59 2019 +0100 (2019-02-20)
parents 6c73b944e8dd
children 1b62d5153932
line diff
     1.1 --- a/glances/receipt	Mon Feb 26 04:46:49 2018 +0200
     1.2 +++ b/glances/receipt	Wed Feb 20 08:46:59 2019 +0100
     1.3 @@ -3,27 +3,24 @@
     1.4  PACKAGE="glances"
     1.5  VERSION="1.5.1"
     1.6  CATEGORY="utilities"
     1.7 -SHORT_DESC="A CLI curses based monitoring tool for GNU/Linux and BSD OS."
     1.8 +SHORT_DESC="A CLI curses based monitoring tool for GNU/Linux and BSD OS"
     1.9  MAINTAINER="paul@slitaz.org"
    1.10  LICENSE="LGPL3"
    1.11 +WEB_SITE="https://nicolargo.github.io/glances/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 -WEB_SITE="http://nicolargo.github.com/glances/"
    1.15  WGET_URL="git|git://github.com/nicolargo/glances.git"
    1.16 -SUGGESTED="python-jinja2"
    1.17  
    1.18 -DEPENDS="python python-psutil"
    1.19  BUILD_DEPENDS="git bzip2 python-dev python-psutil"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	python setup.py install --root=$DESTDIR
    1.25 +compile_rules() {
    1.26 +	python -B setup.py install --root=$install
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 +genpkg_rules() {
    1.33  	cp -a $install/usr $fs
    1.34  	# remove stuff
    1.35  	rm -rf $fs/usr/share/man
    1.36 +	DEPENDS="python python-psutil"
    1.37 +	SUGGESTED="python-jinja2"
    1.38  }