aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-09-09 14:37:50 +0100
committerMike McQuaid2014-09-09 14:37:50 +0100
commit911028ceccd9b4b7c0bc650dd29d6e8c420b9539 (patch)
tree040da6ab92179baf911c6d399a2585d65de9a36a /Library
parent31261ea21d19dbfc74cbb6fe04789787aa1a58e9 (diff)
downloadhomebrew-911028ceccd9b4b7c0bc650dd29d6e8c420b9539.tar.bz2
lzip: general cleanup.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/lzip.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/lzip.rb b/Library/Formula/lzip.rb
index ef61b54c7..1204ff520 100644
--- a/Library/Formula/lzip.rb
+++ b/Library/Formula/lzip.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class Lzip < Formula
- homepage 'http://www.nongnu.org/lzip/lzip.html'
- url 'http://download.savannah.gnu.org/releases/lzip/lzip-1.16.tar.gz'
- sha1 '5bcefbb788305db7be9748d3c0478156518f1025'
+ homepage "http://www.nongnu.org/lzip/lzip.html"
+ url "http://download.savannah.gnu.org/releases/lzip/lzip-1.16.tar.gz"
+ sha1 "5bcefbb788305db7be9748d3c0478156518f1025"
bottle do
cellar :any
@@ -16,9 +16,9 @@ class Lzip < Formula
system "./configure", "--prefix=#{prefix}",
"CXX=#{ENV.cxx}",
"CXXFLAGS=#{ENV.cflags}"
- system "make check"
+ system "make", "check"
ENV.j1
- system "make install"
+ system "make", "install"
end
test do