summaryrefslogtreecommitdiff
path: root/homebrew/netperf/.beer
blob: 23d52c292a8656f1d9f77c22447c845e8bd27769 (plain)
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"
}