wok-next view glances/receipt @ rev 21223

updated btrfs-progs again (4.9.1 -> 5.3.1)
author Hans-G?nter Theisgen
date Tue Dec 03 10:21:27 2019 +0100 (2019-12-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 }