wok diff dstat/receipt @ rev 23889

created get-anydesk
author Hans-G?nter Theisgen
date Fri Jul 24 11:12:22 2020 +0100 (2020-07-24)
parents 3a7c869c0faf
children 5ea0ce1cecc0
line diff
     1.1 --- a/dstat/receipt	Sun May 15 17:56:41 2016 +0100
     1.2 +++ b/dstat/receipt	Fri Jul 24 11:12:22 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  }