wok view dstat/receipt @ rev 19162

Up slitaz-tools (986)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 27 11:43:53 2016 +0200 (2016-05-27)
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 }