wok-next view glances/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }