aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/jpeg.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/jpeg.rb b/Library/Formula/jpeg.rb
index 9bbf514c7..2648fb06e 100644
--- a/Library/Formula/jpeg.rb
+++ b/Library/Formula/jpeg.rb
@@ -6,6 +6,12 @@ class Jpeg < Formula
homepage 'http://www.ijg.org'
version '8d'
+ bottle do
+ sha1 '80b23581fb5b2b92d787969f75cedbe8054c93a4' => :mountainlion
+ sha1 'a16984c6522807644ea960cb724f91aeca2d3dd0' => :lion
+ sha1 'edff61d516f97d76341a14211d0206bda18d0cf7' => :snowleopard
+ end
+
def install
ENV.universal_binary # Builds universal libs. Default is static & shared.
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"