wok view dstat/receipt @ rev 3440

Add slitaz-dev-tools (tazdev replace all scripts on tank)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 14 02:26:59 2009 +0200 (2009-06-14)
parents
children 63b49af1d012
line source
1 # SliTaz package receipt.
3 PACKAGE="dstat"
4 VERSION="0.6.9"
5 CATEGORY="system-tools"
6 SHORT_DESC="Versatile tool for generating system resource statistics."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="python"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://dag.wieers.com/home-made/dstat/"
11 WGET_URL="http://dag.wieers.com/home-made/dstat/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make DESTDIR=$PWD/_pkg install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share
24 cp -a $_pkg/usr/bin $fs/usr
25 cp -a $_pkg/usr/share/dstat $fs/usr/share
26 }