summaryrefslogtreecommitdiff
path: root/homebrew/ntopng/.beer
blob: 0e24e1091f1a83a83ebeb23096d9e08b6f4dc4dd (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
    "name": "Ntopng",
    "description": "Next generation version of the original ntop",
    "url": "https://github.com/ntop/ntopng/archive/3.8.tar.gz",
    "mirror": null,
    "homepage": "https://www.ntop.org/products/traffic-analysis/ntop/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "gnutls",
            "build-depend": true
        },
        {
            "depend": "json-glib",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "zeromq",
            "build-depend": true
        },
        {
            "depend": "geoip",
            "build-depend": false
        },
        {
            "depend": "json-c",
            "build-depend": false
        },
        {
            "depend": "libmaxminddb",
            "build-depend": false
        },
        {
            "depend": "lua",
            "build-depend": false
        },
        {
            "depend": "mysql-client",
            "build-depend": false
        },
        {
            "depend": "redis",
            "build-depend": false
        },
        {
            "depend": "rrdtool",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "nDPI",
            "url": "https://github.com/ntop/nDPI/archive/2.6.tar.gz"
        },
        {
            "name": "nDPI",
            "url": "https://github.com/ntop/nDPI.git"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "resource(\"nDPI\").stage do",
        "system \"./autogen.sh\"",
        "system \"make\"",
        "(buildpath/\"nDPI\").install Dir[\"*\"]"
    ],
    "version": "3.8",
    "file": "ntopng.rb"
}