2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-30 08:40:47 +00:00
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Activemq < Formula
|
2009-11-26 06:44:52 +00:00
|
|
|
homepage 'http://activemq.apache.org/'
|
2013-04-11 13:31:06 +00:00
|
|
|
url 'http://www.apache.org/dyn/closer.cgi?path=activemq/apache-activemq/5.8.0/apache-activemq-5.8.0-bin.tar.gz'
|
|
|
|
sha1 '426150ee260d3ab57e9c8674944ca7d171646056'
|
2010-07-09 22:34:49 +00:00
|
|
|
|
2010-04-07 05:58:35 +00:00
|
|
|
skip_clean 'libexec/webapps/admin/WEB-INF/jsp'
|
2010-07-09 22:34:49 +00:00
|
|
|
|
2009-09-30 08:40:47 +00:00
|
|
|
def install
|
2010-07-09 22:34:49 +00:00
|
|
|
rm_rf Dir['bin/linux-x86-*']
|
|
|
|
|
2012-11-11 19:20:09 +00:00
|
|
|
prefix.install_metafiles
|
2010-05-03 18:11:25 +00:00
|
|
|
libexec.install Dir['*']
|
2009-09-30 08:40:47 +00:00
|
|
|
|
2012-08-07 18:20:52 +00:00
|
|
|
bin.write_exec_script libexec/'bin/activemq'
|
|
|
|
bin.write_exec_script libexec/'bin/activemq-admin'
|
2009-09-30 08:40:47 +00:00
|
|
|
end
|
|
|
|
end
|