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@
|
2024-11-07 18:39:00 +08:00
|
|
|
Description: An OCR Engine that was developed at HP Labs (1985-1995) and Google (2006-2018).
|
2015-07-11 15:43:31 +08:00
|
|
|
URL: https://github.com/tesseract-ocr/tesseract
|
2012-07-29 05:17:20 +08:00
|
|
|
Version: @VERSION@
|
2024-10-22 17:03:58 +08:00
|
|
|
Requires.private: lept
|
2024-11-07 17:50:11 +08:00
|
|
|
Libs: -L${libdir} -ltesseract @libarchive_LIBS@ @libcurl_LIBS@
|
2024-04-12 00:15:39 +08:00
|
|
|
Libs.private: -lpthread
|
2013-01-02 20:53:48 +08:00
|
|
|
Cflags: -I${includedir}
|