summaryrefslogtreecommitdiff
path: root/homebrew/ace/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ace/.beer')
-rw-r--r--homebrew/ace/.beer30
1 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/ace/.beer b/homebrew/ace/.beer
new file mode 100644
index 000000000..a856ce9e0
--- /dev/null
+++ b/homebrew/ace/.beer
@@ -0,0 +1,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"
+} \ No newline at end of file