File: pocketsphinx.pc.in

package info (click to toggle)
pocketsphinx 0.8%2B5prealpha%2B1-13
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 44,080 kB
  • sloc: ansic: 22,154; sh: 11,483; python: 657; makefile: 381; perl: 301
file content (16 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
libs=@LIBS@
datadir=@datarootdir@/@PACKAGE@
modeldir=@datarootdir@/@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