16 lines
380 B
PkgConfig
16 lines
380 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
libs="@LIBS@"
|
|
datadir=@datarootdir@/@PACKAGE@
|
|
|
|
Name: SphinxBase
|
|
Description: Shared components for Sphinx speech recognition
|
|
Version: @VERSION@
|
|
URL: http://www.cmusphinx.org/
|
|
Libs: -L${libdir} -lsphinxbase -lsphinxad @LIBS@
|
|
Libs.private: ${libs}
|
|
Cflags: -I${includedir} -I${includedir}/sphinxbase
|
|
|