diff options
| author | Adam Vandenberg | 2013-01-28 21:07:34 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:29 -0800 |
| commit | dd2f7c85a6eb9ccaa2ec03c7c507e8ba626c6f3b (patch) | |
| tree | 36b79bfce1f8374db04da8fca37a67f142afd353 /Library | |
| parent | 12bc91b71b938a05a40225abc11cc267b573c80c (diff) | |
| download | homebrew-dd2f7c85a6eb9ccaa2ec03c7c507e8ba626c6f3b.tar.bz2 | |
libzip: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libzip.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/libzip.rb b/Library/Formula/libzip.rb index 84f259a08..f87418e00 100644 --- a/Library/Formula/libzip.rb +++ b/Library/Formula/libzip.rb @@ -1,13 +1,15 @@ require 'formula' class Libzip < Formula - url 'http://www.nih.at/libzip/libzip-0.10.1.tar.bz2' homepage 'http://www.nih.at/libzip/' + url 'http://www.nih.at/libzip/libzip-0.10.1.tar.bz2' sha1 '04be811a1919e1063a1f5210671181b7b5416d45' def install - system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", - "CXX=#{ENV.cxx}", "CXXFLAGS=#{ENV.cflags}" + system "./configure", "--prefix=#{prefix}", + "--mandir=#{man}", + "CXX=#{ENV.cxx}", + "CXXFLAGS=#{ENV.cflags}" system "make install" end end |
