wok annotate dstat/receipt @ rev 17412

Add rzip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 29 12:17:14 2014 +0100 (2014-11-29)
parents 7570ed4b268f
children 3a7c869c0faf
rev   line source
paul@2907 1 # SliTaz package receipt.
paul@2907 2
paul@2907 3 PACKAGE="dstat"
paul@7057 4 VERSION="0.7.2"
paul@2907 5 CATEGORY="system-tools"
paul@2907 6 SHORT_DESC="Versatile tool for generating system resource statistics."
paul@2907 7 MAINTAINER="paul@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
paul@2907 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@2907 10 WEB_SITE="http://dag.wieers.com/home-made/dstat/"
paul@2907 11 WGET_URL="http://dag.wieers.com/home-made/dstat/$TARBALL"
jozee@4934 12 TAGS="resource system monitor stats statistics"
paul@2907 13
pascal@15579 14 DEPENDS="python"
pascal@15579 15
paul@2907 16 # Rules to configure and make the package.
paul@2907 17 compile_rules()
paul@2907 18 {
paul@2907 19 cd $src
pascal@15579 20 make DESTDIR=$DESTDIR install
paul@2907 21 }
paul@2907 22
paul@2907 23 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2907 24 genpkg_rules()
paul@2907 25 {
paul@2907 26 mkdir -p $fs/usr/share
pascal@15579 27 cp -a $install/usr/bin $fs/usr
pascal@15579 28 cp -a $install/usr/share/dstat $fs/usr/share
paul@2907 29 }