wok view dstat/receipt @ rev 4694

Up: pycairo* (1.8.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jan 02 10:00:03 2010 +0100 (2010-01-02)
parents 3e34ebb36f7f
children 74a6a43bf614
line source
1 # SliTaz package receipt.
3 PACKAGE="dstat"
4 VERSION="0.7.0"
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 }