summaryrefslogtreecommitdiff
path: root/homebrew/miruo/.beer
blob: fd34b2103ce71099bea032706640368346203489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Miruo",
    "description": "Pretty-print TCP session monitor/analyzer",
    "url": "https://github.com/KLab/miruo/archive/0.9.6b.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/KLab/miruo/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-dependency-tracking\", \"--with-libpcap=#{MacOS.sdk_path}/usr\"",
        "system \"make\", \"install\""
    ],
    "version": "0.9.6",
    "file": "miruo.rb"
}