t1lib: add 5.1.2 bottle.

master
BrewTestBot 2014-07-03 13:32:21 +01:00 committed by Mike McQuaid
parent 5ccfbbb3a0
commit ed32125522
1 changed files with 6 additions and 0 deletions

View File

@ -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'