aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mp4v2.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mp4v2.rb b/Library/Formula/mp4v2.rb
index 052937ceb..4fe7e5799 100644
--- a/Library/Formula/mp4v2.rb
+++ b/Library/Formula/mp4v2.rb
@@ -5,6 +5,13 @@ class Mp4v2 < Formula
url "https://mp4v2.googlecode.com/files/mp4v2-2.0.0.tar.bz2"
sha1 "193260cfb7201e6ec250137bcca1468d4d20e2f0"
+ bottle do
+ cellar :any
+ sha1 "d7bce18055cddaaf13429b96dec5cecf60536ade" => :mavericks
+ sha1 "d862406a423a2587bfac793d482dae6391f70822" => :mountain_lion
+ sha1 "abfa572954faff663b79c1d03ef08f469faa65af" => :lion
+ end
+
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}"
system "make"