riak: use options DSL

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-08-12 19:03:17 -05:00
parent 93af57c198
commit cd09d4061c
1 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@ require 'formula'
class Riak < Formula
homepage 'http://wiki.basho.com/Riak.html'
if Hardware.is_64_bit? and not ARGV.build_32_bit?
if Hardware.is_64_bit? and not build.build_32_bit?
url 'http://s3.amazonaws.com/downloads.basho.com/riak/1.2/1.2.0/osx/10.4/riak-1.2.0-osx-x86_64.tar.gz'
version '1.2.0-x86_64'
sha256 '5681d37377a5efe3553efc2efc1fce81e26168252dc130f7b40d2b6cfa1da9e4'
@ -15,9 +15,7 @@ class Riak < Formula
skip_clean :all
def options
[['--32-bit', 'Build 32-bit only.']]
end
option '32-bit'
def install
libexec.install Dir['*']