libtrace: add 3.0.19 bottle.
This commit is contained in:
parent
8cd359a007
commit
f543b22d84
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ class Libtrace < Formula
|
|||
url 'http://research.wand.net.nz/software/libtrace/libtrace-3.0.19.tar.bz2'
|
||||
sha1 'feadbd3ca4f1363055f305e445fdd02995c07f3f'
|
||||
|
||||
bottle do
|
||||
sha1 "8a81dce47f39b1f226cde176f818dfadd93baf6d" => :mavericks
|
||||
sha1 "fcad7f2f195f8fc54baeca27b183d58172e6f5e1" => :mountain_lion
|
||||
sha1 "027b68f4638e318801693a85fc699c33b91065b6" => :lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue