wok rev 2907

Add dstat
author Paul Issott <paul@slitaz.org>
date Wed May 06 17:07:29 2009 +0000 (2009-05-06)
parents 2566eb2b0dae
children 96ff12f60c06
files dstat/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dstat/receipt	Wed May 06 17:07:29 2009 +0000
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="dstat"
     1.7 +VERSION="0.6.9"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Versatile tool for generating system resource statistics."
    1.10 +MAINTAINER="paul@slitaz.org"
    1.11 +DEPENDS="python"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://dag.wieers.com/home-made/dstat/"
    1.14 +WGET_URL="http://dag.wieers.com/home-made/dstat/$TARBALL"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $src
    1.20 +	make DESTDIR=$PWD/_pkg install
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	mkdir -p $fs/usr/share
    1.27 +	cp -a $_pkg/usr/bin $fs/usr
    1.28 +	cp -a $_pkg/usr/share/dstat $fs/usr/share
    1.29 +}