forked from sdr/gr-osmosdr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
450 B
16 lines
450 B
11 years ago
|
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://sdr.osmocom.org/trac/
|
||
|
Version: @CPACK_PACKAGE_VERSION@
|
||
|
Requires:
|
||
|
Requires.private: @GR_OSMOSDR_PC_REQUIRES@
|
||
|
Conflicts:
|
||
|
Cflags: -I${includedir} @GR_OSMOSDR_PC_CFLAGS@
|
||
|
Libs: -L${libdir} -lgnuradio-osmosdr
|
||
|
Libs.private: @GR_OSMOSDR_PC_LIBS@
|