iperf3: remove unnecessary additions, add changelog=, fix update-check

This commit is contained in:
maxice8 2018-08-18 03:47:20 -03:00
parent eb38a971d0
commit e7706f2248
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 4 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'iperf3'
pkgname=iperf3
version=3.6
revision=1
revision=2
wrksrc="iperf-${version}"
build_style=gnu-configure
make_build_args="iperf3_profile_LDFLAGS= iperf3_profile_CFLAGS="
@ -9,15 +9,10 @@ short_desc="Active measurements of the maximum achievable bandwidth on IP networ
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="BSD-3-Clause"
homepage="http://software.es.net/iperf/"
changelog="https://raw.githubusercontent.com/esnet/iperf/master/RELEASE_NOTES"
distfiles="http://downloads.es.net/pub/iperf/iperf-${version}.tar.gz"
checksum=de5d51e46dc460cc590fb4d44f95e7cad54b74fea1eba7d6ebd6f8887d75946e
CFLAGS="-D_GNU_SOURCE"
post_extract() {
sed -i '1i#include <stdint.h>' src/timer.h
}
post_install() {
vlicense LICENSE
}

View File

@ -1,3 +1,3 @@
site="http://downloads.es.net/pub/iperf/"
pkgname="iperf"
site=https://github.com/esnet/iperf/releases
pkgname=
ignore="*b* *rc*"