-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathiperf3.yaml
54 lines (46 loc) · 1.05 KB
/
iperf3.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
package:
name: iperf3
version: "3.16"
epoch: 0
description: A tool to measure IP bandwidth using UDP or TCP
copyright:
- license: BSD-3-Clause-LBNL
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- openssl-dev
pipeline:
- uses: fetch
with:
expected-sha256: be859e7168d0c867029e7013a8de273a169b4842ec7c24cd6570af75d5080aa3
uri: https://github.com/esnet/iperf/archive/${{package.version}}.tar.gz
- uses: autoconf/configure
with:
opts: |
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-static
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: "iperf3-dev"
description: "headers for iperf3"
pipeline:
- uses: split/dev
dependencies:
runtime:
- iperf3
update:
enabled: true
release-monitor:
identifier: 1389