summaryrefslogtreecommitdiffstats
path: root/host/uhd.pc.in
blob: b27edfd0715e752b00af71b3b0e4df4cd0f55190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/@LIBRARY_DIR@
includedir=${prefix}/@INCLUDE_DIR@

Name: @CPACK_PACKAGE_NAME@
Description: @CPACK_PACKAGE_DESCRIPTION_SUMMARY@
URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki
Version: @CPACK_PACKAGE_VERSION@
Requires:
Requires.private: @UHD_PC_REQUIRES@
Conflicts:
Cflags: -I${includedir} @UHD_PC_CFLAGS@
Libs: -L${libdir} -luhd
Libs.private: @UHD_PC_LIBS@