wok-next view glances/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 16df76e1fc6a
children d5aab818505e
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"
15 BUILD_DEPENDS="git bzip2 python-dev 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 }