wok view glances/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents 7d6089953592
children 769b0c9e8a70
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://nicolargo.github.com/glances/"
11 WGET_URL="git|git://github.com/nicolargo/glances.git"
12 SUGGESTED="python-jinja2"
14 DEPENDS="python python-psutil setuptools"
15 BUILD_DEPENDS="git bzip2 python-dev setuptools python-psutil"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 # remove stuff
28 rm -rf $fs/usr/share/man
29 }