From ef0467789bfc8406b57ba553e4d59f4d6c3f9be8 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 14 Dec 2011 10:13:54 +0100 Subject: Moved from Mate-Extra repository --- mate-dictionary/libgdict/mate-dict.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mate-dictionary/libgdict/mate-dict.pc.in (limited to 'mate-dictionary/libgdict/mate-dict.pc.in') diff --git a/mate-dictionary/libgdict/mate-dict.pc.in b/mate-dictionary/libgdict/mate-dict.pc.in new file mode 100644 index 00000000..9eff837e --- /dev/null +++ b/mate-dictionary/libgdict/mate-dict.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: gdict-1.0 +Description: MATE Dictionary Protocol client library +Requires: gtk+-2.0 +Version: @GDICT_VERSION@ +Libs: -L${libdir} -lmate-dict +Cflags: -I${includedir}/mate-dict + -- cgit v1.2.1