From a1460a8f6926d7b17fb2eff3d6d428c514bcf99e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 19 Mar 2010 11:33:59 -0700 Subject: Apache ActiveMQ 5.3.0 This formula installs all of the software to "libexec", and writes a simple startup script to bin. --- Library/Formula/apache-activemq.rb | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Library/Formula/apache-activemq.rb (limited to 'Library') diff --git a/Library/Formula/apache-activemq.rb b/Library/Formula/apache-activemq.rb new file mode 100644 index 000000000..0a927e39d --- /dev/null +++ b/Library/Formula/apache-activemq.rb @@ -0,0 +1,40 @@ +require 'formula' + +class ApacheActivemq