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 ...@@ -7,7 +7,6 @@ build-essential
cpio cpio
flex flex
gcc gcc
jam
libbz2-dev libbz2-dev
libgdbm-dev libgdbm-dev
libglib2.0-dev libglib2.0-dev
...@@ -26,6 +25,7 @@ make ...@@ -26,6 +25,7 @@ make
patch patch
python-setuptools python-setuptools
rpm rpm
scons
subversion subversion
subversion-tools subversion-tools
tesseract-ocr-dev tesseract-ocr-dev
......
...@@ -17,7 +17,6 @@ automake ...@@ -17,7 +17,6 @@ automake
bison bison
cpio cpio
flex flex
ftjam
gcc gcc
gcc-c++ gcc-c++
groff groff
...@@ -39,6 +38,7 @@ patch ...@@ -39,6 +38,7 @@ patch
python-devel python-devel
python-setuptools python-setuptools
rpm rpm
scons
subversion subversion
subversion-devel subversion-devel
subversion-tools subversion-tools
......
...@@ -27,7 +27,7 @@ parts = ...@@ -27,7 +27,7 @@ parts =
eggs eggs
apache apache
memcached memcached
# ocropus ocropus
# haproxy # haproxy
varnish varnish
mysql-tritonn-5.0 mysql-tritonn-5.0
......
[buildout] [buildout]
parts = ocropus 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] [ocropus]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
url = http://ocropus.googlecode.com/files/ocropus-0.1.1.tar.gz url = http://www.nexedi.org/static/packages/source/ocropus/ocropus-0.4.4.tar.gz
md5sum = 91a0e9b44d5599f22a42139a93ed0127
configure-options = configure-options =
--with-tesseract=/usr ${iulib:location}
make-binary=jam patches = ${ocropus-patch-scons:location}/${ocropus-patch-scons:filename}
environment-section = ocropus-environment patch-options = -p1
[ocropus-environment] [iulib]
# fix compilation on debian: http://code.google.com/p/ocropus/issues/detail?id=27#c5 recipe = hexagonit.recipe.cmmi
LIBS=-lpthread url = http://www.nexedi.org/static/packages/source/ocropus/iulib-0.4.4.tar.gz
[requirements] [requirements]
development = development =
tesseract/baseapi.h tesseract/baseapi.h
binary = 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