wok view dstat/receipt @ rev 13721

Add cherrytree: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 21 08:15:57 2012 +0000 (2012-12-21)
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 }