prefix=@prefix@ | |
exec_prefix=${prefix} | |
libdir=@libdir@ | |
includedir=@includedir@ | |
Name: hunspell | |
Description: Hunspell spellchecking library | |
Version: @VERSION@ | |
Libs: -L${libdir} -lhunspell-@HUNSPELL_VERSION_MAJOR@.@HUNSPELL_VERSION_MINOR@ | |
Cflags: -I${includedir}/hunspell |