summaryrefslogtreecommitdiff
path: root/homebrew/tcptraceroute/.beer
blob: 4051328c41c7aa540cb43b1ba4eef4933778c55d (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
30
{
    "name": "Tcptraceroute",
    "description": "Traceroute implementation using TCP packets",
    "url": "https://github.com/mct/tcptraceroute/archive/tcptraceroute-1.5beta7.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/mct/tcptraceroute",
    "depends": [
        {
            "depend": "libnet",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/mct/tcptraceroute/commit/3772409867b3c5591c50d69f0abacf780c3a555f.patch?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--with-libnet=#{HOMEBREW_PREFIX}\",",
        "\"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.5",
    "file": "tcptraceroute.rb"
}