summaryrefslogtreecommitdiff
path: root/homebrew/ace/.beer
blob: a856ce9e01d29ee14fb800f034064323c87dd3ce (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": "Ace",
    "description": "ADAPTIVE Communication Environment: OO network programming in C++",
    "url": "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_5/ACE-6.5.5.tar.bz2",
    "mirror": null,
    "homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ln_sf \"config-macosx.h\", \"ace/config.h\"",
        "ln_sf \"platform_macosx.GNU\", \"include/makeinclude/platform_macros.GNU\"",
        "ENV[\"ACE_ROOT\"] = buildpath",
        "ENV[\"DYLD_LIBRARY_PATH\"] = \"#{buildpath}/lib\"",
        "system \"make\", \"-C\", \"ace\", \"-f\", \"GNUmakefile.ACE\",",
        "\"INSTALL_PREFIX=#{prefix}\",",
        "\"LDFLAGS=\",",
        "\"DESTDIR=\",",
        "\"INST_DIR=/ace\",",
        "\"debug=0\",",
        "\"shared_libs=1\",",
        "\"static_libs=0\",",
        "\"install\"",
        "system \"make\", \"-C\", \"examples\"",
        "pkgshare.install \"examples\""
    ],
    "version": "6.5.5",
    "file": "ace.rb"
}