2023-10-09 11:00:58 +03:00
|
|
|
prefix=@PKG_CONFIG_INSTALL_PREFIX@
|
2023-04-24 15:26:57 +03:00
|
|
|
exec_prefix=${prefix}
|
2023-04-24 15:25:09 +03:00
|
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
2016-05-03 15:16:11 +03:00
|
|
|
includedir=${prefix}/@WINPR_INCLUDE_DIR@
|
2016-12-21 17:25:03 +03:00
|
|
|
libs=-lwinpr-tools@WINPR_TOOLS_API_VERSION@
|
2016-05-03 15:16:11 +03:00
|
|
|
|
|
|
|
Name: WinPR
|
|
|
|
Description: WinPR: Windows Portable Runtime
|
|
|
|
URL: http://www.freerdp.com/
|
|
|
|
Version: @WINPR_TOOLS_VERSION@
|
|
|
|
Requires:
|
|
|
|
Requires.private: winpr@WINPR_VERSION_MAJOR@ libssl
|
|
|
|
Libs: -L${libdir} ${libs}
|
|
|
|
Libs.private: -lcrypto
|
|
|
|
Cflags: -I${includedir}
|