aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libcue.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libcue.rb b/Library/Formula/libcue.rb
index ef190dc53..727561320 100644
--- a/Library/Formula/libcue.rb
+++ b/Library/Formula/libcue.rb
@@ -5,6 +5,13 @@ class Libcue < Formula
url 'https://downloads.sourceforge.net/project/libcue/libcue/1.4.0/libcue-1.4.0.tar.bz2'
sha1 '3fd31f2da7c0e3967d5f56363f3051a85a8fd50d'
+ bottle do
+ cellar :any
+ sha1 "f982539188f19d20ef527109eb7faa022f477e84" => :mavericks
+ sha1 "4e7b91e570acf96f784aea7db8a810d31f3a99d2" => :mountain_lion
+ sha1 "bbc375fb8ba03e5353d1481972f5b54ac9eddcac" => :lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"