aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 13:32:21 +0100
committerMike McQuaid2014-07-03 13:36:12 +0100
commitef40e201929d41b0e2344a34d74814be2192aea7 (patch)
treef900d5d468a246098ef07b9e322098eff58d143e /Library
parent943a922725ef06b56385f1b6e44e1d443d772a84 (diff)
downloadhomebrew-ef40e201929d41b0e2344a34d74814be2192aea7.tar.bz2
t1lib: add 5.1.2 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/t1lib.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/t1lib.rb b/Library/Formula/t1lib.rb
index d48ed1372..0d952ad6e 100644
--- a/Library/Formula/t1lib.rb
+++ b/Library/Formula/t1lib.rb
@@ -5,6 +5,12 @@ class T1lib < Formula
url 'http://www.ibiblio.org/pub/Linux/libs/graphics/t1lib-5.1.2.tar.gz'
sha1 '4b4fc22c8688eefaaa8cfc990f0039f95f4287de'
+ bottle do
+ sha1 "d17c526466d2b29f46af3e8f9cacdcddf64f1879" => :mavericks
+ sha1 "100577d05c39018442328dec9a604b2302f171c6" => :mountain_lion
+ sha1 "008ed36af21397ae34d6ec47aff7301aa599d890" => :lion
+ end
+
def install
system './configure', "--prefix=#{prefix}"
system 'make', 'without_doc'