| 1 |
luke |
32635 |
[buildout]
|
| 2 |
luke |
32646 |
parts = ocropus
|
| 3 |
|
|
|
| 4 |
|
|
[ocropus]
|
| 5 |
|
|
recipe = hexagonit.recipe.cmmi
|
| 6 |
luke |
35994 |
url = http://ocropus.googlecode.com/files/ocropus-0.1.1.tar.gz
|
| 7 |
|
|
md5sum = 91a0e9b44d5599f22a42139a93ed0127
|
| 8 |
|
|
configure-options =
|
| 9 |
|
|
--with-tesseract=/usr/
|
| 10 |
|
|
make-binary=jam
|
| 11 |
luke |
35999 |
environment-section = ocropus-environment
|
| 12 |
luke |
35994 |
|
| 13 |
luke |
35999 |
[ocropus-environment]
|
| 14 |
|
|
# fix compilation on debian: http://code.google.com/p/ocropus/issues/detail?id=27#c5
|
| 15 |
|
|
LIBS=-lpthread
|
| 16 |
|
|
|
| 17 |
luke |
35994 |
[requirements]
|
| 18 |
|
|
development =
|
| 19 |
|
|
tesseract/baseapi.h
|
| 20 |
|
|
binary =
|
| 21 |
|
|
jam
|
| 22 |
|
|
|