aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-18 11:05:43 +0100
committerMike McQuaid2013-09-18 11:06:17 +0100
commitd7a3e6c5850f79833732781bca591800d03cf447 (patch)
tree185f0b35b9010852a462c76b8837effb200e1865 /Library
parent171b34ce3ec7f558d5aca046ac3512f1347827f1 (diff)
downloadhomebrew-d7a3e6c5850f79833732781bca591800d03cf447.tar.bz2
libtool: add bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libtool.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/libtool.rb b/Library/Formula/libtool.rb
index 25e95272c..91735a629 100644
--- a/Library/Formula/libtool.rb
+++ b/Library/Formula/libtool.rb
@@ -9,6 +9,12 @@ class Libtool < Formula
mirror 'http://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz'
sha1 '22b71a8b5ce3ad86e1094e7285981cae10e6ff88'
+ bottle do
+ sha1 'c8505f4e25f567555e0794c4aa000228e50d4b47' => :mountain_lion
+ sha1 'b8ed9137176e40333bb538cc464aa7da4456b8ed' => :lion
+ sha1 '5ce78673209a022b06a0d3d97e755d95d3d8b137' => :snow_leopard
+ end
+
if MacOS::Xcode.provides_autotools? or File.file? "/usr/bin/glibtoolize"
keg_only "Xcode 4.2 and below provide glibtool."
end