xz: use options dsl
This commit is contained in:
parent
8b7e2d5cea
commit
8314cd7a01
1 changed files with 2 additions and 4 deletions
|
@ -5,12 +5,10 @@ class Xz < Formula
|
|||
url 'http://tukaani.org/xz/xz-5.0.4.tar.bz2'
|
||||
sha256 '5cd9b060d3a1ad396b3be52c9b9311046a1c369e6062aea752658c435629ce92'
|
||||
|
||||
def options
|
||||
[["--universal", "Build a universal binary."]]
|
||||
end
|
||||
option :universal
|
||||
|
||||
def install
|
||||
ENV.universal_binary if ARGV.build_universal?
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue