iperf3: remove unnecessary additions, add changelog=, fix update-check
This commit is contained in:
parent
eb38a971d0
commit
e7706f2248
|
@ -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
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
site="http://downloads.es.net/pub/iperf/"
|
||||
pkgname="iperf"
|
||||
site=https://github.com/esnet/iperf/releases
|
||||
pkgname=
|
||||
ignore="*b* *rc*"
|
||||
|
|
Loading…
Reference in New Issue