wok-next diff iperf/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/iperf/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/iperf/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,24 +1,25 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="iperf" 1.7 -VERSION="2.0.5" 1.8 +VERSION="3.7" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Measure network performance" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 WEB_SITE="https://iperf.fr/" 1.14 1.15 -TARBALL="$PACKAGE-$VERSION-source.tar.gz" 1.16 -WGET_URL="${WEB_SITE}download/${PACKAGE}_$VERSION/$TARBALL" 1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 +WGET_URL="https://github.com/esnet/$PACKAGE/archive/$VERSION.tar.gz" 1.19 1.20 - 1.21 -compile_rules() { 1.22 +compile_rules() 1.23 +{ 1.24 ./configure prefix=/usr && 1.25 make && 1.26 make DESTDIR=$install install 1.27 } 1.28 1.29 -genpkg_rules() { 1.30 +genpkg_rules() 1.31 +{ 1.32 mkdir -p $fs/usr 1.33 cp -a $install/usr/bin $fs/usr 1.34 DEPENDS="gcc-lib-base"