iperf3: remove unnecessary additions, add changelog=, fix update-check
This commit is contained in:
parent
eb38a971d0
commit
e7706f2248
2 changed files with 4 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iperf3'
|
# Template file for 'iperf3'
|
||||||
pkgname=iperf3
|
pkgname=iperf3
|
||||||
version=3.6
|
version=3.6
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="iperf-${version}"
|
wrksrc="iperf-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args="iperf3_profile_LDFLAGS= iperf3_profile_CFLAGS="
|
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>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://software.es.net/iperf/"
|
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"
|
distfiles="http://downloads.es.net/pub/iperf/iperf-${version}.tar.gz"
|
||||||
checksum=de5d51e46dc460cc590fb4d44f95e7cad54b74fea1eba7d6ebd6f8887d75946e
|
checksum=de5d51e46dc460cc590fb4d44f95e7cad54b74fea1eba7d6ebd6f8887d75946e
|
||||||
|
|
||||||
CFLAGS="-D_GNU_SOURCE"
|
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
sed -i '1i#include <stdint.h>' src/timer.h
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
site="http://downloads.es.net/pub/iperf/"
|
site=https://github.com/esnet/iperf/releases
|
||||||
pkgname="iperf"
|
pkgname=
|
||||||
ignore="*b* *rc*"
|
ignore="*b* *rc*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue