# HG changeset patch # User Hans-G?nter Theisgen # Date 1647014828 -3600 # Node ID 6a20a6709dd534b0aeef905e90442afb17777c79 # Parent 33363047bf07687e37ca79ad01e969b700c935ee updated iperf (3.7 -> 3.11) diff -r 33363047bf07 -r 6a20a6709dd5 iperf/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iperf/description.txt Fri Mar 11 17:07:08 2022 +0100 @@ -0,0 +1,7 @@ +IPerf3 is a tool for active measurements of the maximum achievable +bandwidth on IP networks. +It supports tuning of various parameters related to timing, buffers +and protocols (TCP, UDP, SCTP with IPv4 and IPv6). +For each test it reports the bandwidth, loss, and other parameters. +This is a new implementation that shares no code with the original +iPerf and also is not backwards compatible. diff -r 33363047bf07 -r 6a20a6709dd5 iperf/receipt --- a/iperf/receipt Fri Mar 11 16:49:52 2022 +0100 +++ b/iperf/receipt Fri Mar 11 17:07:08 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="iperf" -VERSION="3.7" +VERSION="3.11" CATEGORY="network" SHORT_DESC="Measure network performance." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/esnet/$PACKAGE/archive/$VERSION.tar.gz" -DEPENDS="gcc-lib-base" +DEPENDS="" BUILD_DEPENDS="" current_version() @@ -31,12 +31,12 @@ --host=i686-pc-linux-gnu \ --build=i686-pc-linux-gnu && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin + cook_copy_files *.so* }