wok view dstat/receipt @ rev 20959

updated gdbm (1.10 -> 1.18.1)
author Hans-G?nter Theisgen
date Mon Mar 04 16:00:34 2019 +0100 (2019-03-04)
parents eb8067417980
children 6a69d12378f4
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 TARBALL="$VERSION.tar.gz"
10 WEB_SITE="http://dag.wieers.com/home-made/dstat/"
11 WGET_URL="https://github.com/dagwieers/dstat/archive/$TARBALL"
12 TAGS="resource system monitor stats statistics"
14 DEPENDS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/share/dstat $fs/usr/share
29 }