From b8a485ee5b176c068e212dde3c9c3ffbf9d433f3 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 9 Oct 2008 08:54:10 -0700 Subject: Added a pkg-config file --- libiphone-1.0.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libiphone-1.0.pc.in (limited to 'libiphone-1.0.pc.in') diff --git a/libiphone-1.0.pc.in b/libiphone-1.0.pc.in new file mode 100644 index 0000000..c496464 --- /dev/null +++ b/libiphone-1.0.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libiphone +Description: A library to communicate with the Lockdown server on the iPhone +Version: @VERSION@ +Requires: libxml-2.0 >= 2.6.30 libusb >= 0.1.12 glib-2.0 >= 2.14.1 gthread-2.0 >= 2.14.1 gnutls >= 1.6.3 libtasn1 >= 1.1 +Libs: -L${libdir} -liphone +Cflags: -I${includedir} + -- cgit v1.1-32-gdbae