diff options
| author | BrewTestBot | 2014-07-03 20:34:34 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:30 +0100 | 
| commit | 77fc15c381a0c661fff454b08103222956e3381e (patch) | |
| tree | 937d84a0ba8f222310c383a0d95437b9495df8bb | |
| parent | 197eb9e02fc4aab522aa29d81bed9c5ff4766de0 (diff) | |
| download | homebrew-77fc15c381a0c661fff454b08103222956e3381e.tar.bz2 | |
libltc: add 1.1.4 bottle.
| -rw-r--r-- | Library/Formula/libltc.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/libltc.rb b/Library/Formula/libltc.rb index 7280761e8..0803ff44e 100644 --- a/Library/Formula/libltc.rb +++ b/Library/Formula/libltc.rb @@ -5,6 +5,13 @@ class Libltc < Formula    url "https://github.com/x42/libltc/releases/download/v1.1.4/libltc-1.1.4.tar.gz"    sha1 "b8ff317dc15807aaa7142366b4d13c0c9aa26959" +  bottle do +    cellar :any +    sha1 "d0979ebd91c34b428d3b11fc076c42e2082e2149" => :mavericks +    sha1 "f7ca44ef990b7c3e9d3d2bf65875f1c6c6b90b72" => :mountain_lion +    sha1 "2bca5d496106a59b582914f55c3348096f1e5a94" => :lion +  end +    def install      system "./configure", "--prefix=#{prefix}"      system "make", "install" | 
