From ecfe5f4ece77491d764d570aad02fd422da5338c Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Thu, 29 Jan 2009 18:46:22 +0100 Subject: Rename pkgconfig from libplist-1.0 to libplist. --- libplist.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libplist.pc.in (limited to 'libplist.pc.in') diff --git a/libplist.pc.in b/libplist.pc.in new file mode 100644 index 0000000..34110e3 --- /dev/null +++ b/libplist.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libplist +Description: A library to handle Apple Property Lists whereas they are binary or XML +Version: @VERSION@ +Requires: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 +Libs: -L${libdir} -lplist +Cflags: -I${includedir} + -- cgit v1.1-32-gdbae