1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GTKSpell
7Description: GTK spelling library
8Version: @VERSION@
9Requires: @GTKSPELL_PACKAGES@
10Libs: -L${libdir} -lgtkspell
11Libs.private: @SPELLER_LIB@
12Cflags: -I${includedir}/gtkspell-2.0
13
14