summaryrefslogtreecommitdiff
path: root/homebrew/iftop/.beer
blob: 3b5463b039a2f5b0b54c9934b450fabe63c5ffa1 (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": "Iftop",
    "description": "Display an interface",
    "url": "http://www.ex-parrot.com/pdw/iftop/download/iftop-1.0pre4.tar.gz",
    "mirror": null,
    "homepage": "http://www.ex-parrot.com/~pdw/iftop/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./bootstrap\" if build.head?",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0",
    "file": "iftop.rb"
}