ham/tqsl: Updated for version 2.4.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2019-03-02 18:56:14 -06:00 committed by Willy Sudiarto Raharjo
parent 7698b0e1e3
commit df081693fa
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 5 deletions

View file

@ -21,7 +21,7 @@
# that is unlikely, as I am rather tall.
PRGNAM=tqsl
VERSION=${VERSION:-2.3.1}
VERSION=${VERSION:-2.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -87,7 +87,9 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
# Fix weirdness wtih LIB directory
mv $PKG/usr/lib$\(LIB_SUFFIX\)/ $PKG/usr/lib${LIBDIRSUFFIX}
if [ "$LIBDIRSUFFIX" = "64" ]; then
mv $PKG/usr/lib $PKG/usr/lib${LIBDIRSUFFIX}
fi
mkdir -p $PKG/usr/share/applications
install -m 644 $CWD/tqsl.desktop $PKG/usr/share/applications

View file

@ -1,8 +1,8 @@
PRGNAM="tqsl"
VERSION="2.3.1"
VERSION="2.4.3"
HOMEPAGE="http://www.arrl.org"
DOWNLOAD="http://www.arrl.org/files/file/LoTW%20Instructions/tqsl-2.3.1.tar.gz"
MD5SUM="2a371f17a0830452c5a23c349984d2dc"
DOWNLOAD="http://www.arrl.org/files/file/LoTW%20Instructions/tqsl-2.4.3.tar.gz"
MD5SUM="8ccab252c46d7a8fa7269c54eade0525"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"