szip: style nits
This commit is contained in:
parent
13011425f0
commit
e7d56f4637
1 changed files with 3 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Szip < Formula
|
||||
url 'http://www.hdfgroup.org/ftp/lib-external/szip/2.1/src/szip-2.1.tar.gz'
|
||||
homepage 'http://www.hdfgroup.org/HDF5/release/obtain5.html#extlibs'
|
||||
url 'http://www.hdfgroup.org/ftp/lib-external/szip/2.1/src/szip-2.1.tar.gz'
|
||||
sha1 'd241c9acc26426a831765d660b683b853b83c131'
|
||||
|
||||
option :universal
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue