mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
ham/tqsl: Updated for version 2.3.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8e84c81368
commit
f718eacedf
2 changed files with 7 additions and 8 deletions
|
@ -21,7 +21,7 @@
|
|||
# that is unlikely, as I am rather tall.
|
||||
|
||||
PRGNAM=tqsl
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,7 +58,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar -xvf $CWD/$PRGNAM-$VERSION.tgz
|
||||
tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -86,9 +86,8 @@ mv $PKG/usr/share/man $PKG/usr/man
|
|||
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
|
||||
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
mv $PKG/usr/lib/ $PKG/usr/lib64
|
||||
fi
|
||||
# Fix weirdness wtih LIB directory
|
||||
mv $PKG/usr/lib$\(LIB_SUFFIX\)/ $PKG/usr/lib${LIBDIRSUFFIX}
|
||||
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
install -m 644 $CWD/tqsl.desktop $PKG/usr/share/applications
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tqsl"
|
||||
VERSION="2.0.3"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="http://www.arrl.org"
|
||||
DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/ham/tqsl/tqsl-2.0.3.tgz"
|
||||
MD5SUM="0e62df9f8c2fbb4b5d42d3ee9111c75a"
|
||||
DOWNLOAD="http://www.arrl.org/files/file/LoTW%20Instructions/tqsl-2.3.1.tar.gz"
|
||||
MD5SUM="2a371f17a0830452c5a23c349984d2dc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxPython"
|
||||
|
|
Loading…
Reference in a new issue