diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2014-05-26 09:57:43 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:16:23 +0200 |
commit | 9d655b7b720f84f93c7344a9fccbaea151e44d20 (patch) | |
tree | 54f1b233c4d2945d1cfa25e4c2f0adfcb11f2d84 /meta-oe/recipes-graphics/tesseract | |
parent | 212e9d890755864ff2447d2e5072dd01433b074c (diff) | |
download | meta-openembedded-9d655b7b720f84f93c7344a9fccbaea151e44d20.tar.gz |
tesseract: add recipe for version 3.02.02
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/tesseract')
-rw-r--r-- | meta-oe/recipes-graphics/tesseract/tesseract_3.02.02.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_3.02.02.bb b/meta-oe/recipes-graphics/tesseract/tesseract_3.02.02.bb new file mode 100644 index 000000000..72bd423b8 --- /dev/null +++ b/meta-oe/recipes-graphics/tesseract/tesseract_3.02.02.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "A commercial quality OCR engine " | ||
2 | |||
3 | DEPENDS = "leptonica" | ||
4 | |||
5 | LICENSE = "Apache-2.0" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0c94b3c86ad0c386bb6dec70ca8a36a" | ||
7 | |||
8 | SRC_URI = "https://tesseract-ocr.googlecode.com/files/tesseract-ocr-${PV}.tar.gz" | ||
9 | SRC_URI[md5sum] = "26adc8154f0e815053816825dde246e6" | ||
10 | SRC_URI[sha256sum] = "26cd39cb3f2a6f6f1bf4050d1cc0aae35edee49eb49a92df3cb7f9487caa013d" | ||
11 | |||
12 | EXTRA_OECONF += "LIBLEPT_HEADERSDIR=${STAGING_INCDIR}/leptonica" | ||
13 | |||
14 | S = "${WORKDIR}/tesseract-ocr" | ||
15 | |||
16 | inherit autotools pkgconfig | ||
17 | |||
18 | FILES_${PN} += "${datadir}/tessdata" | ||
19 | |||
20 | RRECOMMENDS_${PN} += "tesseract-lang-eng" | ||