added leptonica
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Fix homepage
This commit is contained in:
parent
9fcd7f54b1
commit
764819fe4f
1 changed files with 12 additions and 0 deletions
12
Formula/leptonica.rb
Normal file
12
Formula/leptonica.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Leptonica < Formula
|
||||
url 'http://leptonica.googlecode.com/files/leptonlib-1.65.tar.gz'
|
||||
homepage 'http://code.google.com/p/leptonica/'
|
||||
md5 '5dd42b2337834cc796b8f8de7ab532cd'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue