wok rev 22742

updated dstat (0.7.3 -> 0.7.4)
author Hans-G?nter Theisgen
date Fri Jan 24 08:08:29 2020 +0100 (2020-01-24)
parents b12f8cb0009c
children 276ee4395f10
files dstat/receipt
line diff
     1.1 --- a/dstat/receipt	Fri Jan 24 07:57:43 2020 +0100
     1.2 +++ b/dstat/receipt	Fri Jan 24 08:08:29 2020 +0100
     1.3 @@ -1,22 +1,22 @@
     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 -TARBALL="$VERSION.tar.gz"
    1.15  WEB_SITE="http://dag.wieers.com/home-made/dstat/"
    1.16 -WGET_URL="https://github.com/dagwieers/dstat/archive/$TARBALL"
    1.17 -TAGS="resource system monitor stats statistics"
    1.18 +
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 +WGET_URL="https://github.com/dagwieers/dstat/archive/v$VERSION.tar.gz"
    1.21  
    1.22  DEPENDS="python"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28  	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31 @@ -24,6 +24,7 @@
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr/share
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 -	cp -a $install/usr/share/dstat $fs/usr/share
    1.37 +
    1.38 +	cp -a $install/usr/bin		$fs/usr
    1.39 +	cp -a $install/usr/share/dstat	$fs/usr/share
    1.40  }