File: zebra.pc.in

package info (click to toggle)
idzebra 2.2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,572 kB
  • sloc: ansic: 54,389; xml: 27,058; sh: 5,892; makefile: 1,102; perl: 210; tcl: 64
file content (15 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

modules=${libdir}/idzebra@PACKAGE_SUFFIX@/modules
tab=@datarootdir@/idzebra@PACKAGE_SUFFIX@/tab

Name: Zebra
Version: @VERSION@
Description: Indexing and retrieval engine for structured text.
Requires: yaz-icu yaz-server
Libs: -L${libdir} -lidzebra-2.0
Libs.private: @YAZLIB@ @TCL_LIBS@ @EXPAT_LIBS@ @LIBS@
Cflags: -I${includedir}/idzebra@PACKAGE_SUFFIX@ @ZEBRA_CFLAGS@