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