2011-10-16 03:25:34 +04:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
2012-08-15 08:26:04 +04:00
|
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
2011-10-16 03:25:34 +04:00
|
|
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
2013-11-10 02:51:09 +04:00
|
|
|
libs=@FREERDP_PC_LIBS@
|
2011-10-16 03:25:34 +04:00
|
|
|
|
|
|
|
Name: FreeRDP
|
2013-11-10 02:51:09 +04:00
|
|
|
Description: FreeRDP: A Remote Desktop Protocol Implementation
|
2011-10-16 03:25:34 +04:00
|
|
|
URL: http://www.freerdp.com/
|
|
|
|
Version: @FREERDP_VERSION_FULL@
|
|
|
|
Requires:
|
2014-04-23 15:12:23 +04:00
|
|
|
Requires.private: winpr zlib libssl
|
2013-11-10 02:51:09 +04:00
|
|
|
Libs: -L${libdir} ${libs}
|
2014-04-23 15:12:23 +04:00
|
|
|
Libs.private: -ldl -lpthread
|
2011-10-16 03:25:34 +04:00
|
|
|
Cflags: -I${includedir}
|