wok-next view dstat/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 0cbe4b1f2230
children
line source
1 # SliTaz package receipt.
3 PACKAGE="dstat"
4 VERSION="0.7.4"
5 CATEGORY="system-tools"
6 TAGS="resource system monitor stats statistics"
7 SHORT_DESC="Versatile tool for generating system resource statistics"
8 MAINTAINER="paul@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://dag.wiee.rs/home-made/dstat/"
11 HOST_ARCH="any"
13 TARBALL="$VERSION.tar.gz"
14 WGET_URL="https://github.com/dstat-real/$PACKAGE/archive/v$VERSION.tar.gz"
16 compile_rules()
17 {
18 make DESTDIR=$install install
19 }
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share
24 cp -a $install/usr/bin $fs/usr
25 cp -a $install/usr/share/dstat $fs/usr/share
26 DEPENDS="python"
27 }