aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/exempi.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/exempi.rb b/Library/Formula/exempi.rb
index f839304a4..e065e7dd4 100644
--- a/Library/Formula/exempi.rb
+++ b/Library/Formula/exempi.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class Exempi < Formula
- homepage 'http://libopenraw.freedesktop.org/wiki/Exempi'
- url 'http://libopenraw.freedesktop.org/download/exempi-2.2.2.tar.bz2'
- sha1 'c0a0014e18f05aa7fac210c84788ef073718a9d8'
+ homepage "http://libopenraw.freedesktop.org/wiki/Exempi"
+ url "http://libopenraw.freedesktop.org/download/exempi-2.2.2.tar.bz2"
+ sha1 "c0a0014e18f05aa7fac210c84788ef073718a9d8"
bottle do
cellar :any
@@ -12,12 +12,12 @@ class Exempi < Formula
sha1 "9d047f2558f28bfa9e008e4f4ec11939b74ec99d" => :lion
end
- depends_on 'boost'
+ depends_on "boost"
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-boost=#{HOMEBREW_PREFIX}"
- system "make install"
+ system "make", "install"
end
end