wok annotate dstat/receipt @ rev 23131

updated lighttpd, lighttpd-modules and lighttpd-ssl (1.4.53 -> 1.4.55)
author Hans-G?nter Theisgen
date Sat Mar 14 13:38:52 2020 +0100 (2020-03-14)
parents 3a7c869c0faf
children 5ea0ce1cecc0
rev   line source
paul@2907 1 # SliTaz package receipt.
paul@2907 2
paul@2907 3 PACKAGE="dstat"
Hans-G?nter@22742 4 VERSION="0.7.4"
paul@2907 5 CATEGORY="system-tools"
Hans-G?nter@22742 6 TAGS="resource system monitor stats statistics"
paul@2907 7 SHORT_DESC="Versatile tool for generating system resource statistics."
paul@2907 8 MAINTAINER="paul@slitaz.org"
pascal@15579 9 LICENSE="GPL2"
paul@2907 10 WEB_SITE="http://dag.wieers.com/home-made/dstat/"
Hans-G?nter@22742 11
Hans-G?nter@22742 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@22742 13 WGET_URL="https://github.com/dagwieers/dstat/archive/v$VERSION.tar.gz"
paul@2907 14
pascal@15579 15 DEPENDS="python"
pascal@15579 16
paul@2907 17 # Rules to configure and make the package.
paul@2907 18 compile_rules()
paul@2907 19 {
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
Hans-G?nter@22742 27
Hans-G?nter@22742 28 cp -a $install/usr/bin $fs/usr
Hans-G?nter@22742 29 cp -a $install/usr/share/dstat $fs/usr/share
paul@2907 30 }