From 3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sat, 13 Dec 2008 12:21:03 +0100 Subject: Fork libiphone and remove anything non plist specific. Update library and make related files acordingly . --- libplist-1.0.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libplist-1.0.pc.in (limited to 'libplist-1.0.pc.in') diff --git a/libplist-1.0.pc.in b/libplist-1.0.pc.in new file mode 100644 index 0000000..34110e3 --- /dev/null +++ b/libplist-1.0.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