summaryrefslogtreecommitdiffstats
path: root/src/libirecovery-1.0.pc.in
blob: e6c94a3c76356307c2090ff7419fd7f8bbe124d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE_NAME@
Description: A library to communicate with iBoot/iBSS on iOS devices via USB
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lirecovery-1.0
Cflags: -I${includedir}
Requires.private: libimobiledevice-glue-1.0 >= @LIMD_GLUE_VERSION@ @LIBUSB_REQUIRED@