wok-next view glances/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="glances"
4 VERSION="3.1.4.1"
5 CATEGORY="utilities"
6 SHORT_DESC="A CLI curses based monitoring tool for GNU/Linux and BSD OS"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="LGPL3"
9 WEB_SITE="https://nicolargo.github.io/glances/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/nicolargo/$PACKAGE/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="python-dev python-psutil"
16 compile_rules()
17 {
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules()
22 {
23 cp -a $install/usr $fs
25 # remove stuff
26 rm -rf $fs/usr/share/man
28 DEPENDS="python python-psutil"
29 SUGGESTED="python-jinja2"
30 }