network/iperf3: Updated for version 3.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7c0cbc14ec
commit
6b7de8f4d9
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=iperf3
|
||||
SRCNAM=iperf
|
||||
VERSION=${VERSION:-3.1.3}
|
||||
VERSION=${VERSION:-3.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -92,7 +92,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a INSTALL LICENSE README.md RELEASE_NOTES contrib $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a INSTALL LICENSE README.md RELNOTES.md contrib $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="iperf3"
|
||||
VERSION="3.1.3"
|
||||
HOMEPAGE="https://iperf.fr"
|
||||
DOWNLOAD="https://github.com/esnet/iperf/archive/3.1.3/iperf-3.1.3.tar.gz"
|
||||
MD5SUM="7d9e550129d1ba68d4f49ea9dd412ada"
|
||||
VERSION="3.7"
|
||||
HOMEPAGE="https://github.com/esnet/iperf"
|
||||
DOWNLOAD="https://github.com/esnet/iperf/archive/3.7/iperf-3.7.tar.gz"
|
||||
MD5SUM="9534aae7430791b46d8cb8fc44afb6f8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue