mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ham/gqrx-sdr: Updated for version 2.15.8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a037b85fdb
commit
8d5cb098aa
2 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gqrx-sdr
|
||||
VERSION=${VERSION:-2.11.5}
|
||||
VERSION=${VERSION:-2.15.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -69,9 +69,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf gqrx-$VERSION
|
||||
tar xvf $CWD/gqrx-$VERSION.tar.gz
|
||||
cd gqrx-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -97,7 +97,7 @@ 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 gqrx.desktop $PKG/usr/share/applications/gqrx.desktop
|
||||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gqrx-sdr"
|
||||
VERSION="2.11.5"
|
||||
VERSION="2.15.8"
|
||||
HOMEPAGE="http://gqrx.dk"
|
||||
DOWNLOAD="https://github.com/csete/gqrx/releases/download/v2.11.5/gqrx-sdr-2.11.5-src.tar.xz"
|
||||
MD5SUM="fed4994d5c04daf70cb19e2393da7a04"
|
||||
DOWNLOAD="https://github.com/gqrx-sdr/gqrx/archive/refs/tags/v2.15.8/gqrx-2.15.8.tar.gz"
|
||||
MD5SUM="4b28d6546f8ad5f3a13e3e59d937662d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gr-osmosdr"
|
||||
|
|
Loading…
Reference in a new issue