wok view glances/receipt @ rev 22117

updated vsftpd (2.3.5 -> 3.0.3)
author Hans-G?nter Theisgen
date Sat Nov 02 16:53:53 2019 +0100 (2019-11-02)
parents ca05f1f91515
children 193a38dd2e06
line source
1 # SliTaz package receipt.
3 PACKAGE="glances"
4 VERSION="3.1.0"
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.com/glances/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/nicolargo/$PACKAGE/archive/v$VERSION.tar.gz"
13 SUGGESTED="python-jinja2"
15 DEPENDS="python python-psutil"
16 BUILD_DEPENDS="python-dev python-setuptools python-psutil"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
29 # remove stuff
30 rm -rf $fs/usr/share/man
31 }