summaryrefslogtreecommitdiffstats
path: root/libirecovery.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libirecovery.pc.in')
-rw-r--r--libirecovery.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libirecovery.pc.in b/libirecovery.pc.in
new file mode 100644
index 0000000..71f8e93
--- /dev/null
+++ b/libirecovery.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libirecovery
+Description: A library to talk to iBoot/iBSS in iDevices via USB
+Version: @VERSION@
+Libs: -L${libdir} -lirecovery
+Cflags: -I${includedir}
+