summaryrefslogtreecommitdiff
path: root/homebrew/irrtoolset/.beer
blob: dc3e4c8985dce486efbee1c17597c787caa069e8 (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
{
    "name": "Irrtoolset",
    "description": "Tools to work with Internet routing policies",
    "url": "https://ftp.isc.org/isc/IRRToolSet/IRRToolSet-5.0.1/irrtoolset-5.0.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/irrtoolset/irrtoolset",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "if build.head?",
        "system \"glibtoolize\"",
        "system \"autoreconf\", \"-i\"",
        "end",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "5.0.1",
    "file": "irrtoolset.rb"
}