wok-next annotate dstat/receipt @ rev 21161

diffutils splitted again
author Hans-G?nter Theisgen
date Wed Feb 20 09:13:09 2019 +0100 (2019-02-20)
parents d5aab818505e
children 1d69730a4d06
rev   line source
paul@2907 1 # SliTaz package receipt.
paul@2907 2
paul@2907 3 PACKAGE="dstat"
paul@19133 4 VERSION="0.7.3"
paul@2907 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="Versatile tool for generating system resource statistics"
paul@2907 7 MAINTAINER="paul@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://dag.wiee.rs/home-made/dstat/"
al@21057 10 HOST_ARCH="any"
al@21020 11
paul@19133 12 TARBALL="$VERSION.tar.gz"
paul@19133 13 WGET_URL="https://github.com/dagwieers/dstat/archive/$TARBALL"
paul@2907 14
al@21020 15 compile_rules() {
al@21020 16 make DESTDIR=$install install
paul@2907 17 }
paul@2907 18
al@21020 19 genpkg_rules() {
paul@2907 20 mkdir -p $fs/usr/share
pascal@15579 21 cp -a $install/usr/bin $fs/usr
pascal@15579 22 cp -a $install/usr/share/dstat $fs/usr/share
al@21020 23 DEPENDS="python"
al@21020 24 TAGS="resource system monitor stats statistics"
paul@2907 25 }