buildout.cfg 2.15 KB
Newer Older
1 2
[buildout]
extends =
3
  ../automake/buildout.cfg
4 5
  ../libtool/buildout.cfg
  ../leptonica/buildout.cfg
6
  ../jbigkit/buildout.cfg
7 8 9 10

parts =
  tesseract

11 12 13 14 15 16 17
[tesseract-gcc-4.7-build-patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
download-only = true
filename = tesseract-3.00-gcc-4.7-build.patch
md5sum = ca80db3ec489c547b03f3ee48879c1b1

18 19 20 21 22
[tesseract-3.01-remove-bom.patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
download-only = true
filename = ${:_buildout_section_name_}
23
md5sum = 2e691858cb492b7c17d23bf0912b3d24
24

25 26
[tesseract]
recipe = hexagonit.recipe.cmmi
27 28
url = http://tesseract-ocr.googlecode.com/files/tesseract-3.01.tar.gz
md5sum = 1ba496e51a42358fb9d3ffe781b2d20a
29 30 31 32
patch-options =
  -p1
patches =
  ${tesseract-gcc-4.7-build-patch:location}/${tesseract-gcc-4.7-build-patch:filename}
33
  ${tesseract-3.01-remove-bom.patch:location}/${tesseract-3.01-remove-bom.patch:filename}
34
configure-command =
35 36 37 38 39
  aclocal -I ${libtool:location}/share/aclocal -I config
  libtoolize -f -c
  libtoolize --automake
  autoheader -f
  automake -c -a -f
40 41 42 43
  autoconf -Wno-portability
  ./configure --prefix=${buildout:parts-directory}/${:_buildout_section_name_} --disable-static --datarootdir=${tesseract-eng-traineddata:location}
# XXX: tesseract seems not easily configurable at runtime about where to find
# its trained data, so we set its datarootdir above to a controlled location
44 45 46

# tesseract has a non-standard way of testing for leptonica, hence the
# LIBLEPT_HEADERSDIR entry below:
47
environment =
48
  PATH=${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:%(PATH)s
49
  ACLOCAL_ARGS=-I${libtool:location}/share/aclocal
50
  LIBLEPT_HEADERSDIR=${leptonica:location}/include
51
  CPPFLAGS=-I${leptonica:location}/include
52
  LDFLAGS =-L${leptonica:location}/lib -Wl,-rpath=${leptonica:location}/lib -L${jbigkit:location}/lib -Wl,-rpath=${jbigkit:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
53 54 55

[tesseract-eng-traineddata]
recipe = hexagonit.recipe.download
56 57 58
strip-top-level-dir = true
url = http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.eng.tar.gz
md5sum = 89c139a73e0e7b1225809fc7b226b6c9