wok-next annotate dstat/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 0cbe4b1f2230
children
rev   line source
paul@2907 1 # SliTaz package receipt.
paul@2907 2
paul@2907 3 PACKAGE="dstat"
Hans-G?nter@21602 4 VERSION="0.7.4"
paul@2907 5 CATEGORY="system-tools"
Hans-G?nter@21602 6 TAGS="resource system monitor stats statistics"
al@21020 7 SHORT_DESC="Versatile tool for generating system resource statistics"
paul@2907 8 MAINTAINER="paul@slitaz.org"
pascal@15579 9 LICENSE="GPL2"
al@21020 10 WEB_SITE="http://dag.wiee.rs/home-made/dstat/"
al@21057 11 HOST_ARCH="any"
al@21020 12
paul@19133 13 TARBALL="$VERSION.tar.gz"
Hans-G?nter@21602 14 WGET_URL="https://github.com/dstat-real/$PACKAGE/archive/v$VERSION.tar.gz"
paul@2907 15
Hans-G?nter@21602 16 compile_rules()
Hans-G?nter@21602 17 {
al@21020 18 make DESTDIR=$install install
paul@2907 19 }
paul@2907 20
Hans-G?nter@21602 21 genpkg_rules()
Hans-G?nter@21602 22 {
paul@2907 23 mkdir -p $fs/usr/share
Hans-G?nter@21602 24 cp -a $install/usr/bin $fs/usr
Hans-G?nter@21602 25 cp -a $install/usr/share/dstat $fs/usr/share
al@21020 26 DEPENDS="python"
paul@2907 27 }