development/gr-osmosdr: Updated for version 20170611.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
090bc397e0
commit
4488aef9a8
|
@ -1,11 +1,11 @@
|
|||
By using the OsmoSDR block you can take advantage
|
||||
of a common software api in your application(s)
|
||||
independent of the underlying radio hardware.
|
||||
By using the OsmoSDR block you can take advantage
|
||||
of a common software api in your application(s)
|
||||
independent of the underlying radio hardware.
|
||||
|
||||
Depending to your hardware you may want to
|
||||
install some or all of the optional dependencies:
|
||||
rtl-sdr, uhd, osmo-sdr, gr-iqbal, hackrf.
|
||||
install some or all of the optional dependencies:
|
||||
rtl-sdr, uhd, osmo-sdr, gr-iqbal, hackrf.
|
||||
(the last two is recomended).
|
||||
|
||||
Optional: MiriSDR, bladeRF, airspy and Dongle Pro+.
|
||||
Optional: MiriSDR, bladeRF, airspy and Dongle Pro+.
|
||||
(not available at slackbuilds.org)
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gr-osmosdr
|
||||
VERSION=${VERSION:-20170421}
|
||||
VERSION=${VERSION:-20170611}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,10 +73,11 @@ find -L . \
|
|||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
-DCMAKE_CXX_FLAGS=-std=c++11 \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_PREFIX_PATH=/usr/lib${LIBDIRSUFFIX}/cmake/gnuradio/gnuradio/ \
|
||||
-DLIB_SUFFIX=$LIBDIRSUFFIX \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
-DLIB_SUFFIX=$LIBDIRSUFFIX \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
cd ..
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gr-osmosdr"
|
||||
VERSION="20170421"
|
||||
VERSION="20170611"
|
||||
HOMEPAGE="http://sdr.osmocom.org/trac/wiki/GrOsmoSDR"
|
||||
DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/gr-osmosdr/gr-osmosdr-20170421.tar.gz"
|
||||
MD5SUM="b96d4d3738a14d4088f4c9be8f2bed28"
|
||||
DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/gr-osmosdr/gr-osmosdr-20170611.tar.gz"
|
||||
MD5SUM="a57610e2fcefd7043e887d13399ed530"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gnuradio"
|
||||
REQUIRES="gnuradio python-cheetah"
|
||||
MAINTAINER="Panagiotis Nikolaou"
|
||||
EMAIL="hostmaster@slackonly.com"
|
||||
|
|
Loading…
Reference in New Issue