Note that Python support has been disabled because gr-osmosdr now requires Python 3 while Gnuradio still uses Python 2. Python support will be re-enabled once Gnuradio switches to Python 3.
15 lines
405 B
PkgConfig
15 lines
405 B
PkgConfig
prefix=%%PREFIX%%
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: gnuradio-osmosdr
|
|
Description: GNU Radio block for various radio hardware
|
|
URL: http://sdr.osmocom.org/trac/wiki/GrOsmoSDR
|
|
Version: v%%VERSION%%
|
|
Requires: gnuradio-runtime gnuradio-blocks
|
|
Requires.private:
|
|
Conflicts:
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lgnuradio-osmosdr
|
|
Libs.private: -L${libdir}
|