tessaract: use spec deps
This commit is contained in:
parent
7f7e6662c3
commit
525cd53735
1 changed files with 4 additions and 3 deletions
|
@ -4,16 +4,17 @@ class Tesseract < Formula
|
|||
homepage 'http://code.google.com/p/tesseract-ocr/'
|
||||
url 'http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.02.tar.gz'
|
||||
sha1 'a950acf7b75cf851de2de787e9abb62c58ca1827'
|
||||
head 'http://tesseract-ocr.googlecode.com/svn/trunk'
|
||||
|
||||
option "all-languages", "Install recognition data for all languages"
|
||||
head do
|
||||
url 'http://tesseract-ocr.googlecode.com/svn/trunk'
|
||||
|
||||
if build.head?
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
end
|
||||
|
||||
option "all-languages", "Install recognition data for all languages"
|
||||
|
||||
depends_on 'libtiff'
|
||||
depends_on 'leptonica'
|
||||
|
||||
|
|
Loading…
Reference in a new issue