aboutsummaryrefslogtreecommitdiff
path: root/ham/CubicSDR/CubicSDR.SlackBuild
diff options
context:
space:
mode:
authorAlan Aversa <alan.aveNOrsaSP@AMcox.net (remove NO and SPAM)>2020-04-17 15:23:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-19 10:00:19 +0700
commit7fdd9f0e9adffe03a3d50cbec9197159d13068df (patch)
treecdc426a3ea8cf4f40ddbba9e86ee2e1696884e38 /ham/CubicSDR/CubicSDR.SlackBuild
parent02ebc673f5d01c2e1461709e85d618602903a974 (diff)
ham/CubicSDR: Updated for version d2f9333.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/CubicSDR/CubicSDR.SlackBuild')
-rw-r--r--ham/CubicSDR/CubicSDR.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/ham/CubicSDR/CubicSDR.SlackBuild b/ham/CubicSDR/CubicSDR.SlackBuild
index fac6a9ad1855..11fef3bb6af8 100644
--- a/ham/CubicSDR/CubicSDR.SlackBuild
+++ b/ham/CubicSDR/CubicSDR.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for CubicSDR
-# Copyright 2017 Alan Aversa USA
+# Copyright 2020 Alan Aversa USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=CubicSDR
-VERSION=${VERSION:-0.2.2}
+VERSION=${VERSION:-d2f9333}
+HASH=${HASH:-d2f93335236ef37557057d7b71c46969bec14471}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,7 +69,7 @@ cd $PRGNAM-$VERSION
STATICWXWIDGETS_DESTDIR=$TMP/$PRGNAM-$VERSION/wxWidgets-staticlib
mkdir -p $STATICWXWIDGETS_DESTDIR
-VERWXWIDGETS=${VERWXWIDGETS:-3.1.0}
+VERWXWIDGETS=${VERWXWIDGETS:-3.1.3}
tar xvf $CWD/wxWidgets-$VERWXWIDGETS.tar.bz2
cd wxWidgets-$VERWXWIDGETS
@@ -108,6 +109,7 @@ cd ..
# build CubicSDR
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+mv $PRGNAM-$HASH $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \