wok view dstat/receipt @ rev 4257

libmad: fix build with gcc-4.x
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 25 11:36:49 2009 +0200 (2009-09-25)
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 }