wok-next view dstat/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children 1d69730a4d06
line source
1 # SliTaz package receipt.
3 PACKAGE="dstat"
4 VERSION="0.7.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="Versatile tool for generating system resource statistics"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://dag.wiee.rs/home-made/dstat/"
10 HOST_ARCH="any"
12 TARBALL="$VERSION.tar.gz"
13 WGET_URL="https://github.com/dagwieers/dstat/archive/$TARBALL"
15 compile_rules() {
16 make DESTDIR=$install install
17 }
19 genpkg_rules() {
20 mkdir -p $fs/usr/share
21 cp -a $install/usr/bin $fs/usr
22 cp -a $install/usr/share/dstat $fs/usr/share
23 DEPENDS="python"
24 TAGS="resource system monitor stats statistics"
25 }