wok view dstat/receipt @ rev 6289

Up: glade3 to 3.6.7.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Sep 15 18:55:25 2010 +0000 (2010-09-15)
parents 74a6a43bf614
children 7570ed4b268f
line source
1 # SliTaz package receipt.
3 PACKAGE="dstat"
4 VERSION="0.7.1"
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"
12 TAGS="resource system monitor stats statistics"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share
25 cp -a $_pkg/usr/bin $fs/usr
26 cp -a $_pkg/usr/share/dstat $fs/usr/share
27 }