forked from mia/Aegisub
6d9b40114c
Originally committed to SVN as r1694.
10 lines
274 B
PkgConfig
10 lines
274 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: hunspell
|
|
Description: Hunpell spellchecking library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lhunspell-@HUNSPELL_VERSION_MAJOR@.@HUNSPELL_VERSION_MINOR@
|
|
Cflags: -I${includedir}/hunspell
|