wok rev 24388

updated bwm-ng (0.6.2 -> 0.6.3)
author Hans-G?nter Theisgen
date Mon Feb 07 16:44:28 2022 +0100 (2022-02-07)
parents 28a94ec05d28
children 908ae78de973
files bwm-ng/description.txt bwm-ng/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bwm-ng/description.txt	Mon Feb 07 16:44:28 2022 +0100
     1.3 @@ -0,0 +1,3 @@
     1.4 +Bandwidth Monitor NG is a small and simple console-based
     1.5 +live network and disk io bandwidth monitor for Linux, BSD,
     1.6 +Solaris, Mac OS X and others.
     2.1 --- a/bwm-ng/receipt	Mon Feb 07 15:20:20 2022 +0100
     2.2 +++ b/bwm-ng/receipt	Mon Feb 07 16:44:28 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="bwm-ng"
     2.7 -VERSION="0.6.2"
     2.8 +VERSION="0.6.3"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Bandwidth Monitor NG."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -24,17 +24,17 @@
    2.13  compile_rules()
    2.14  {
    2.15  	export LDFLAGS="$LDFLAGS -ltinfo"
    2.16 -	./autogen.sh \
    2.17 -		--prefix=/usr \
    2.18 -		--mandir=/usr/share/man \
    2.19 +
    2.20 +	./autogen.sh			\
    2.21 +		--prefix=/usr		\
    2.22 +		--mandir=/usr/share/man	\
    2.23  		$CONFIGURE_ARGS &&
    2.24  	make &&
    2.25 -	make DESTDIR=$DESTDIR install
    2.26 +	make install DESTDIR=$DESTDIR
    2.27  }
    2.28  
    2.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.30  genpkg_rules()
    2.31  {
    2.32 -	mkdir -p $fs/usr
    2.33 -	cp -a $install/usr/bin $fs/usr
    2.34 +	cook_copy_folders	bin
    2.35  }