aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libzip.rb10
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/libzip.rb b/Library/Formula/libzip.rb
index f7a25bfa2..41d8a75b7 100644
--- a/Library/Formula/libzip.rb
+++ b/Library/Formula/libzip.rb
@@ -1,9 +1,7 @@
-require 'formula'
-
class Libzip < Formula
- homepage 'http://www.nih.at/libzip/'
- url 'http://www.nih.at/libzip/libzip-0.11.2.tar.gz'
- sha1 'eeb3b5567fcf3532fa4bcb6440a87c7ad8507d2d'
+ homepage "http://www.nih.at/libzip/"
+ url "http://www.nih.at/libzip/libzip-0.11.2.tar.gz"
+ sha1 "eeb3b5567fcf3532fa4bcb6440a87c7ad8507d2d"
bottle do
cellar :any
@@ -20,6 +18,6 @@ class Libzip < Formula
"--mandir=#{man}",
"CXX=#{ENV.cxx}",
"CXXFLAGS=#{ENV.cflags}"
- system "make install"
+ system "make", "install"
end
end