wok rev 24670

updated iperf (3.7 -> 3.11)
author Hans-G?nter Theisgen
date Fri Mar 11 17:07:08 2022 +0100 (2022-03-11)
parents 33363047bf07
children 518bb01fa67c
files iperf/description.txt iperf/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/iperf/description.txt	Fri Mar 11 17:07:08 2022 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +IPerf3 is a tool for active measurements of the maximum achievable
     1.5 +bandwidth on IP networks.
     1.6 +It supports tuning of various parameters related to timing, buffers
     1.7 +and protocols (TCP, UDP, SCTP with IPv4 and IPv6).
     1.8 +For each test it reports the bandwidth, loss, and other parameters.
     1.9 +This is a new implementation that shares no code with the original
    1.10 +iPerf and also is not backwards compatible.
     2.1 --- a/iperf/receipt	Fri Mar 11 16:49:52 2022 +0100
     2.2 +++ b/iperf/receipt	Fri Mar 11 17:07:08 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="iperf"
     2.7 -VERSION="3.7"
     2.8 +VERSION="3.11"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Measure network performance."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -11,7 +11,7 @@
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WGET_URL="https://github.com/esnet/$PACKAGE/archive/$VERSION.tar.gz"
    2.15  
    2.16 -DEPENDS="gcc-lib-base"
    2.17 +DEPENDS=""
    2.18  BUILD_DEPENDS=""
    2.19  
    2.20  current_version()
    2.21 @@ -31,12 +31,12 @@
    2.22  		--host=i686-pc-linux-gnu	\
    2.23  		--build=i686-pc-linux-gnu &&
    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 +	cook_copy_files		*.so*
    2.36  }