2010-03-18 10:47:57 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-06-06 14:26:05 +00:00
|
|
|
class ElbTools < AmazonWebServicesFormula
|
2012-07-01 20:22:07 +00:00
|
|
|
homepage 'http://aws.amazon.com/developertools/2536'
|
2010-03-18 10:47:57 +00:00
|
|
|
url 'http://ec2-downloads.s3.amazonaws.com/ElasticLoadBalancing.zip'
|
2012-06-11 21:40:00 +00:00
|
|
|
version '1.0.17.0'
|
|
|
|
sha1 '0546f9dde4a98e2371cf7a03b419bab09254f99c'
|
2010-11-29 16:18:20 +00:00
|
|
|
|
|
|
|
depends_on 'ec2-api-tools'
|
2010-03-18 10:47:57 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
standard_install
|
|
|
|
end
|
|
|
|
|
|
|
|
def caveats
|
|
|
|
standard_instructions "AWS_ELB_HOME"
|
|
|
|
end
|
|
|
|
end
|