2015-10-19 19:45:08 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
libs=@LIBS@
|
2016-06-19 18:53:24 +00:00
|
|
|
datadir=@datarootdir@/@PACKAGE@
|
|
|
|
modeldir=@datarootdir@/@PACKAGE@/model
|
2015-10-19 19:45:08 +00:00
|
|
|
|
|
|
|
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
|