New Package: qperf

closes #9002
This commit is contained in:
Rich G 2019-02-20 22:36:06 -05:00 committed by maxice8
parent 5dcb71c9f0
commit 200988f2d6
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

17
srcpkgs/qperf/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'qperf'
pkgname=qperf
version=0.4.11
revision=1
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Measure RDMA and TCP/UDP latency and throughput performance"
maintainer="Rich G <rich@richgannon.net>"
license="GPL-2.0-or-later"
homepage="https://github.com/linux-rdma/qperf"
distfiles="https://github.com/linux-rdma/qperf/archive/v${version}.tar.gz"
checksum=b0ef2ffe050607566d06102b4ef6268aad08fdc52898620d429096e7b0767e75
pre_configure() {
touch NEWS README ChangeLog
autoreconf -fi
}