1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Netperf",
"description": "Benchmarks performance of many different types of networking",
"url": "https://github.com/HewlettPackard/netperf/archive/netperf-2.7.0.tar.gz",
"mirror": null,
"homepage": "https://hewlettpackard.github.io/netperf/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "2.7.0",
"file": "netperf.rb"
}
|