wok view dstat/receipt @ rev 14135

add udisks : it contains udisks1, maybe useful to pcmanfm or something else
author ernia <monghitri@aruba.it>
date Thu Feb 28 20:43:23 2013 +0000 (2013-02-28)
parents 30a7b5fb8239
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="dstat"
4 VERSION="0.7.2"
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 }