Commit 37d69694 authored by Łukasz Nowak's avatar Łukasz Nowak

- implement working ocropus recipe for 0.4.4 from tag

Note: Those package is pre-patched in Nexedi repository to mimic configure and
make for hexagonit.recipe.cmmi.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36021 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d50cff7c
......@@ -7,7 +7,6 @@ build-essential
cpio
flex
gcc
jam
libbz2-dev
libgdbm-dev
libglib2.0-dev
......@@ -26,6 +25,7 @@ make
patch
python-setuptools
rpm
scons
subversion
subversion-tools
tesseract-ocr-dev
......
......@@ -17,7 +17,6 @@ automake
bison
cpio
flex
ftjam
gcc
gcc-c++
groff
......@@ -39,6 +38,7 @@ patch
python-devel
python-setuptools
rpm
scons
subversion
subversion-devel
subversion-tools
......
......@@ -27,7 +27,7 @@ parts =
eggs
apache
memcached
# ocropus
ocropus
# haproxy
varnish
mysql-tritonn-5.0
......
[buildout]
parts = ocropus
[ocropus-patch-scons]
recipe = hexagonit.recipe.download
download-only = true
filename = ocropus.SConstruct-local-installation.patch
url = http://www.nexedi.org/static/packages/source/ocropus/${:filename}
[ocropus]
recipe = hexagonit.recipe.cmmi
url = http://ocropus.googlecode.com/files/ocropus-0.1.1.tar.gz
md5sum = 91a0e9b44d5599f22a42139a93ed0127
url = http://www.nexedi.org/static/packages/source/ocropus/ocropus-0.4.4.tar.gz
configure-options =
--with-tesseract=/usr
make-binary=jam
environment-section = ocropus-environment
${iulib:location}
patches = ${ocropus-patch-scons:location}/${ocropus-patch-scons:filename}
patch-options = -p1
[ocropus-environment]
# fix compilation on debian: http://code.google.com/p/ocropus/issues/detail?id=27#c5
LIBS=-lpthread
[iulib]
recipe = hexagonit.recipe.cmmi
url = http://www.nexedi.org/static/packages/source/ocropus/iulib-0.4.4.tar.gz
[requirements]
development =
tesseract/baseapi.h
binary =
jam
scons
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment