summaryrefslogtreecommitdiff
path: root/homebrew/flowgrind/.beer
blob: 9091e10561c48d500490414eadc8ec5b80e0bbd8 (plain)
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
{
    "name": "Flowgrind",
    "description": "TCP measurement tool, similar to iperf or netperf",
    "url": "https://launchpad.net/flowgrind/trunk/flowgrind-0.8.0/+download/flowgrind-0.8.0.tar.bz2",
    "mirror": null,
    "homepage": "https://launchpad.net/flowgrind",
    "depends": [
        {
            "depend": "gsl",
            "build-depend": false
        },
        {
            "depend": "xmlrpc-c",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.8.0",
    "file": "flowgrind.rb"
}