summaryrefslogtreecommitdiff
path: root/homebrew/autobench/.beer
blob: 6b10260ba4f416cf027d054b8e3bcc355ca6e6b8 (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
{
    "name": "Autobench",
    "description": "Automatic webserver benchmark tool",
    "url": "http://www.xenoclast.org/autobench/downloads/autobench-2.1.2.tar.gz",
    "mirror": null,
    "homepage": "http://www.xenoclast.org/autobench/",
    "depends": [
        {
            "depend": "httperf",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"PREFIX=#{prefix}\",",
        "\"MANDIR=#{man1}\",",
        "\"CC=#{ENV.cc}\",",
        "\"CFLAGS=#{ENV.cflags}\",",
        "\"install\""
    ],
    "version": "2.1.2",
    "file": "autobench.rb"
}