mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
parent
5dcb71c9f0
commit
200988f2d6
1 changed files with 17 additions and 0 deletions
17
srcpkgs/qperf/template
Normal file
17
srcpkgs/qperf/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue