1prefix=/usr
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: GTKSpell
7Description: GTK spelling library
8Version: 2.0.16
9Requires: gtk+-2.0
10Libs: -L${libdir} -lgtkspell
11Libs.private: -lenchant
12Cflags: -I${includedir}/gtkspell-2.0
13
14