mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
fix 'make dist' and tesseract.pc.in
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@769 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
ceff3288d7
commit
a4e8bf7da0
@ -22,7 +22,6 @@ dist-hook:
|
||||
# theory suffice.
|
||||
rm -rf `find $(distdir) -name .svn`
|
||||
rm -rf `find $(distdir) -name .deps`
|
||||
rm -rf `find $(distdir) -name Makefile.in`
|
||||
|
||||
# 'make install' will install only libraries and programs (no language
|
||||
# data files)
|
||||
|
@ -1,6 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
bindir=@bindir@
|
||||
datarootdir = @datarootdir@
|
||||
datadir=@datadir@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
@ -9,6 +10,6 @@ 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@
|
||||
Requires: lept
|
||||
# Requires: lept ## leptonica do not provide lept.pc
|
||||
Libs: -L${libdir} -ltesseract @LDFLAGS@ @LIBS@
|
||||
Cflags: -I${includedir} @CFLAGS@ @CPPFLAGS@ @CXXFLAGS@ @DEFS@
|
||||
|
Loading…
Reference in New Issue
Block a user