wok-next diff 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
line diff
     1.1 --- a/dstat/receipt	Mon Dec 03 14:47:30 2018 +0200
     1.2 +++ b/dstat/receipt	Tue Sep 01 11:04:25 2020 +0000
     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  }