summaryrefslogtreecommitdiffstats
path: root/development/gr-osmosdr
diff options
context:
space:
mode:
author Panagiotis Nikolaou2017-08-09 21:58:13 +0200
committer Willy Sudiarto Raharjo2017-08-12 01:57:46 +0200
commit4488aef9a8edfe3233b0a21319c12e044a291528 (patch)
tree375466bd97c20a2b4ae422eb4aa7c090c00f4d2b /development/gr-osmosdr
parent090bc397e09e2d3b3244255e277f5fdc603475a4 (diff)
downloadslackbuilds-4488aef9a8edfe3233b0a21319c12e044a291528.tar.gz
development/gr-osmosdr: Updated for version 20170611.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/gr-osmosdr')
-rw-r--r--development/gr-osmosdr/README12
-rw-r--r--development/gr-osmosdr/gr-osmosdr.SlackBuild7
-rw-r--r--development/gr-osmosdr/gr-osmosdr.info8
3 files changed, 14 insertions, 13 deletions
diff --git a/development/gr-osmosdr/README b/development/gr-osmosdr/README
index a7638b861d..0977d2d7d4 100644
--- a/development/gr-osmosdr/README
+++ b/development/gr-osmosdr/README
@@ -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)
diff --git a/development/gr-osmosdr/gr-osmosdr.SlackBuild b/development/gr-osmosdr/gr-osmosdr.SlackBuild
index 1506fec30b..1f76f09742 100644
--- a/development/gr-osmosdr/gr-osmosdr.SlackBuild
+++ b/development/gr-osmosdr/gr-osmosdr.SlackBuild
@@ -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 ..
diff --git a/development/gr-osmosdr/gr-osmosdr.info b/development/gr-osmosdr/gr-osmosdr.info
index 3de95aac74..5f0ef30b46 100644
--- a/development/gr-osmosdr/gr-osmosdr.info
+++ b/development/gr-osmosdr/gr-osmosdr.info
@@ -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"