2011-10-16 03:25:34 +04:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
2023-04-24 15:26:57 +03:00
|
|
|
exec_prefix=${prefix}
|
2023-04-24 11:54:33 +03:00
|
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
2016-01-08 16:07:35 +03:00
|
|
|
includedir=${prefix}/@FREERDP_INCLUDE_DIR@
|
2016-12-21 17:25:03 +03:00
|
|
|
libs=-lfreerdp@FREERDP_API_VERSION@
|
2023-04-22 12:07:59 +03:00
|
|
|
datarootdir=${prefix}/share
|
|
|
|
datadir=${datarootdir}/@FREERDP_MAJOR_DIR@
|
|
|
|
plugindir=${libdir}/@FREERDP_MAJOR_DIR@
|
|
|
|
proxy_plugindir=${plugindir}/proxy
|
|
|
|
extensiondir=${plugindir}/extensions
|
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/
|
2016-01-08 16:07:35 +03:00
|
|
|
Version: @FREERDP_VERSION@
|
2011-10-16 03:25:34 +04:00
|
|
|
Requires:
|
2022-02-21 18:03:20 +03:00
|
|
|
Requires.private: winpr@FREERDP_API_VERSION@
|
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}
|