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