wok-next view glances/receipt @ rev 21031

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 15:42:26 2018 +0200 (2018-11-03)
parents 6c73b944e8dd
children 1b62d5153932
line source
1 # SliTaz package receipt.
3 PACKAGE="glances"
4 VERSION="1.5.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.bz2"
12 WGET_URL="git|git://github.com/nicolargo/glances.git"
14 BUILD_DEPENDS="git bzip2 python-dev python-psutil"
16 compile_rules() {
17 python -B setup.py install --root=$install
18 }
20 genpkg_rules() {
21 cp -a $install/usr $fs
22 # remove stuff
23 rm -rf $fs/usr/share/man
24 DEPENDS="python python-psutil"
25 SUGGESTED="python-jinja2"
26 }