wok diff iperf/receipt @ rev 21122
fbida: jpeg 9 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 20 11:08:01 2019 +0100 (2019-03-20) |
parents | 9dbba587fe4e |
children | 7002c9273ff2 |
line diff
1.1 --- a/iperf/receipt Wed Dec 12 19:27:33 2018 +0100 1.2 +++ b/iperf/receipt Wed Mar 20 11:08:01 2019 +0100 1.3 @@ -1,14 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iperf" 1.7 -VERSION="2.0.9" 1.8 +VERSION="2.0.13" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Measure network performance." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 -TARBALL="$PACKAGE-$VERSION-source.tar.gz" 1.14 -WEB_SITE="https://iperf.fr/" 1.15 -WGET_URL="${WEB_SITE}download/source/$TARBALL" 1.16 +WEB_SITE="https://sourceforge.net/projects/iperf2/" 1.17 + 1.18 +SOURCE="iperf2" 1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.20 +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="gcc-lib-base" 1.23 BUILD_DEPENDS="" 1.24 @@ -16,10 +18,11 @@ 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - ./configure --prefix=/usr \ 1.29 - --host=i686-pc-linux-gnu \ 1.30 + ./configure \ 1.31 + --prefix=/usr \ 1.32 + --host=i686-pc-linux-gnu \ 1.33 --build=i686-pc-linux-gnu && 1.34 - make && 1.35 + make -j 1 && 1.36 make DESTDIR=$DESTDIR install 1.37 } 1.38