17 lines
457 B
PkgConfig
17 lines
457 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
libs=@LIBS@
|
|
datarootdir=@datarootdir@
|
|
modeldir=@datadir@/@PACKAGE@/model
|
|
|
|
Name: PocketSphinx
|
|
Description: Lightweight speech recognition system
|
|
Version: @VERSION@
|
|
URL: http://cmusphinx.sourceforge.net/
|
|
Requires: sphinxbase >= @VERSION@
|
|
Libs: -L${libdir} -lpocketsphinx
|
|
Libs.private: ${libs} -lm
|
|
Cflags: -I${includedir} -I${includedir}/sphinxbase -I${includedir}/pocketsphinx
|