summaryrefslogtreecommitdiff
path: root/homebrew/libdap/.beer
blob: 209bd5df9be5afc0ea13f03c9344cbb547b51724 (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
{
    "name": "Libdap",
    "description": "Framework for scientific data networking",
    "url": "https://www.opendap.org/pub/source/libdap-3.19.1.tar.gz",
    "mirror": null,
    "homepage": "https://www.opendap.org/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "bison",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libxml2",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--prefix=#{prefix}",
        "--disable-dependency-tracking",
        "--disable-debug",
        "--with-included-regex",
        "]",
        "system \"autoreconf\", \"-fvi\" if build.head?",
        "system \"./configure\", *args",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\"",
        "xml2 = Formula[\"libxml2\"]",
        "inreplace bin/\"dap-config\", xml2.opt_prefix.realpath, xml2.opt_prefix"
    ],
    "version": "3.19.1",
    "file": "libdap.rb"
}