Codebase list idzebra / HEAD zebra.pc.in
HEAD

Tree @HEAD (Download .tar.gz)

zebra.pc.in @HEADraw · history · blame

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@