summaryrefslogtreecommitdiffstats
path: root/development/gr-osmosdr
diff options
context:
space:
mode:
author Panagiotis Nikolaou <hostmaster@slackonly.com>2017-02-06 09:16:37 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-10 07:15:59 +0700
commit7556ed805568144a495d88b76b5e687c35d933d3 (patch)
treeda4c585b64f1c06dfb95652b76e2567b3acb707d /development/gr-osmosdr
parent0c469797f92409219803a13810aed1640c970d62 (diff)
downloadslackbuilds-7556ed805568144a495d88b76b5e687c35d933d3.tar.gz
slackbuilds-7556ed805568144a495d88b76b5e687c35d933d3.tar.xz
development/gr-osmosdr: Updated for version 2016.06.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gr-osmosdr')
-rw-r--r--development/gr-osmosdr/gr-osmosdr.SlackBuild10
-rw-r--r--development/gr-osmosdr/gr-osmosdr.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/development/gr-osmosdr/gr-osmosdr.SlackBuild b/development/gr-osmosdr/gr-osmosdr.SlackBuild
index 8242ec18f7..347a4b15f4 100644
--- a/development/gr-osmosdr/gr-osmosdr.SlackBuild
+++ b/development/gr-osmosdr/gr-osmosdr.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gr-osmosdr
-# Copyright 2015 Panagiotis Nikolaou, Karlovasi Samos, Gr
+# Copyright 2015-2017 Panagiotis Nikolaou, Culver City, CA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gr-osmosdr
-VERSION=${VERSION:-0.1.4}
+VERSION=${VERSION:-2016.06.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/development/gr-osmosdr/gr-osmosdr.info b/development/gr-osmosdr/gr-osmosdr.info
index 48e8889193..f563b0b9c4 100644
--- a/development/gr-osmosdr/gr-osmosdr.info
+++ b/development/gr-osmosdr/gr-osmosdr.info
@@ -1,8 +1,8 @@
PRGNAM="gr-osmosdr"
-VERSION="0.1.4"
+VERSION="2016.06.23"
HOMEPAGE="http://sdr.osmocom.org/trac/wiki/GrOsmoSDR"
-DOWNLOAD="http://cgit.osmocom.org/gr-osmosdr/snapshot/gr-osmosdr-0.1.4.tar.gz"
-MD5SUM="33273ea915d23d9d42941b5f29b3505f"
+DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/gr-osmosdr/gr-osmosdr-2016.06.23.tar.gz"
+MD5SUM="fdcd455469a5e0f6170a3bee3a0315e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gnuradio"