Package: tesseract-ocr-dev Version: 2.04-2 Severity: wishlist It would be nice if together with .la files Debian development package also provides the configuration files for pkgconfig (location: /usr/lib/pkgconfig), which is easier to consume via CLI utility (e.g. pkg-config --static tesseract_api).
These files could be generated by configure script using the following template: === template === prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: @PACKAGE_NAME@ Description: ... put something here... Version: @PACKAGE_VERSION@ Libs: @LDFLAGS@ @LIBS@ Cflags: @CFLAGS@ === end of template === -- With best regards, Dmitry -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

