summaryrefslogtreecommitdiff
path: root/hunspell.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'hunspell.pc.in')
-rw-r--r--hunspell.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/hunspell.pc.in b/hunspell.pc.in
new file mode 100644
index 0000000..7c9e287
--- /dev/null
+++ b/hunspell.pc.in
@@ -0,0 +1,10 @@
+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