ham/gqrx-sdr: Fix DOWNLOAD & README.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Panagiotis Nikolaou 2022-02-12 18:44:08 +00:00 committed by Willy Sudiarto Raharjo
parent 34e6caada3
commit 9eb114527b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 7 additions and 6 deletions

View file

@ -7,7 +7,8 @@ Gqrx has the following features:
Discover devices attached to the computer.
Process I/Q data from the supported devices.
Change frequency, gain and apply various corrections (frequency, I/Q balance).
Change frequency, gain and apply various corrections (frequency, I/Q
balance).
AM, SSB, FM-N and FM-W (mono and stereo) demodulators.
Special FM mode for NOAA APT.
Variable band pass filter.

View file

@ -25,6 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gqrx-sdr
SRCNAM=gqrx
VERSION=${VERSION:-2.15.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,9 +70,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf gqrx-$VERSION
tar xvf $CWD/gqrx-$VERSION.tar.gz
cd gqrx-$VERSION
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -97,7 +98,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/share/{applications,pixmaps}
mkdir -p $PKG/usr/share/icons/hicolor/{16x16,32x32,48x48,64x64}/apps
install -m644 dk.gqrx.gqrx.desktop $PKG/usr/share/applications/gqrx.desktop
install -m644 resources/icons/gqrx.svg $PKG/usr/share/pixmaps/gqrx.png
install -m644 resources/icons/gqrx.svg \
${PKG}/usr/share/icons/hicolor/64x64/apps/gqrx.png

View file

@ -1,7 +1,7 @@
PRGNAM="gqrx-sdr"
VERSION="2.15.8"
HOMEPAGE="http://gqrx.dk"
DOWNLOAD="https://github.com/gqrx-sdr/gqrx/archive/refs/tags/v2.15.8/gqrx-2.15.8.tar.gz"
DOWNLOAD="https://github.com/gqrx-sdr/gqrx/archive/v2.15.8/gqrx-2.15.8.tar.gz"
MD5SUM="4b28d6546f8ad5f3a13e3e59d937662d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""