Tesseract: style nits

This commit is contained in:
Adam Vandenberg 2012-05-05 12:41:59 -07:00
parent 259a2a5923
commit 64c6b6017e

View file

@ -89,8 +89,8 @@ class TesseractEnglishData < Formula
end
class Tesseract < Formula
url 'http://tesseract-ocr.googlecode.com/files/tesseract-3.01.tar.gz'
homepage 'http://code.google.com/p/tesseract-ocr/'
url 'http://tesseract-ocr.googlecode.com/files/tesseract-3.01.tar.gz'
md5 '1ba496e51a42358fb9d3ffe781b2d20a'
depends_on 'libtiff'
@ -119,7 +119,7 @@ class Tesseract < Formula
# explicitly state leptonica header location, as the makefile defaults to /usr/local/include,
# which doesn't work for non-default homebrew location
ENV['LIBLEPT_HEADERSDIR'] = "#{HOMEBREW_PREFIX}/include"
ENV['LIBLEPT_HEADERSDIR'] = HOMEBREW_PREFIX/"include"
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"