summaryrefslogtreecommitdiffstats
path: root/libirecovery.pc.in
blob: 39cc29b482311356ef619abfc22de7e6b9675796 (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
Cflags: -I${includedir}
Requires.private: libusb-1.0 >= @LIBUSB_VERSION@