summaryrefslogtreecommitdiff
path: root/homebrew/nordugridarc/.beer
blob: 1516859fe14e79524812627ae65a0dc56ce5f7b1 (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
{
    "name": "NordugridArc",
    "description": "Grid computing middleware",
    "url": "https://download.nordugrid.org/packages/nordugrid-arc/releases/5.0.2/src/nordugrid-arc-5.0.2.tar.gz",
    "mirror": null,
    "homepage": "http://www.nordugrid.org/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "glibmm",
            "build-depend": false
        },
        {
            "depend": "globus-toolkit",
            "build-depend": false
        },
        {
            "depend": "libxml2",
            "build-depend": false
        },
        {
            "depend": "macos",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://gist.githubusercontent.com/tschoonj/065dabc33be5ec636058/raw/beee466cdf5fe56f93af0b07022532b1945e9d2e/nordugrid-arc.diff",
            "strip": "1"
        }
    ],
    "install": [
        "ENV.cxx11",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-swig\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "5.0.2",
    "file": "nordugrid-arc.rb"
}