development/gr-osmosdr: Updated for version 2016.06.23.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Panagiotis Nikolaou 2017-02-06 09:16:37 +07:00 committed by Willy Sudiarto Raharjo
parent 0c469797f9
commit 7556ed8055
2 changed files with 8 additions and 8 deletions

View file

@ -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"

View file

@ -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"