2012-07-29 05:17:20 +08:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
bindir=@bindir@
|
2012-09-29 19:59:31 +08:00
|
|
|
datarootdir = @datarootdir@
|
2012-07-29 05:17:20 +08:00
|
|
|
datadir=@datadir@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: @PACKAGE_NAME@
|
|
|
|
Description: An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
|
|
|
|
URL: https://code.google.com/p/tesseract-ocr
|
|
|
|
Version: @VERSION@
|
2013-01-02 20:53:48 +08:00
|
|
|
# Requires.private: lept
|
|
|
|
Libs: -L${libdir} -ltesseract
|
2014-02-01 07:00:40 +08:00
|
|
|
Libs.private: -lpthread -llept @OPENCL_LIB@
|
2013-01-02 20:53:48 +08:00
|
|
|
Cflags: -I${includedir}
|