wok-next rev 21602

updated dstat (0.7.3 -> 0.7.4)
author Hans-G?nter Theisgen
date Wed Jun 24 15:19:05 2020 +0100 (2020-06-24)
parents 0826ff96200d
children bbdeb9628400
files dstat/receipt
line diff
     1.1 --- a/dstat/receipt	Wed Jun 24 15:13:05 2020 +0100
     1.2 +++ b/dstat/receipt	Wed Jun 24 15:19:05 2020 +0100
     1.3 @@ -1,8 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dstat"
     1.7 -VERSION="0.7.3"
     1.8 +VERSION="0.7.4"
     1.9  CATEGORY="system-tools"
    1.10 +TAGS="resource system monitor stats statistics"
    1.11  SHORT_DESC="Versatile tool for generating system resource statistics"
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 @@ -10,16 +11,17 @@
    1.15  HOST_ARCH="any"
    1.16  
    1.17  TARBALL="$VERSION.tar.gz"
    1.18 -WGET_URL="https://github.com/dagwieers/dstat/archive/$TARBALL"
    1.19 +WGET_URL="https://github.com/dstat-real/$PACKAGE/archive/v$VERSION.tar.gz"
    1.20  
    1.21 -compile_rules() {
    1.22 +compile_rules()
    1.23 +{
    1.24  	make DESTDIR=$install install
    1.25  }
    1.26  
    1.27 -genpkg_rules() {
    1.28 +genpkg_rules()
    1.29 +{
    1.30  	mkdir -p $fs/usr/share
    1.31 -	cp -a $install/usr/bin $fs/usr
    1.32 -	cp -a $install/usr/share/dstat $fs/usr/share
    1.33 +	cp -a $install/usr/bin		$fs/usr
    1.34 +	cp -a $install/usr/share/dstat	$fs/usr/share
    1.35  	DEPENDS="python"
    1.36 -	TAGS="resource system monitor stats statistics"
    1.37  }