Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ham/SoapyRTLSDR: Updated for version 20241221.f22516c1. #9178

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions ham/SoapyRTLSDR/SoapyRTLSDR.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=SoapyRTLSDR
VERSION=${VERSION:-0.3.3}
VERSION=${VERSION:-20241221.f22516c1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

SRCNAM=SoapyRTLSDR-soapy-rtl-sdr

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
Expand Down Expand Up @@ -71,9 +69,11 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION

rm -rf $PRGNAM-${VERSION##*.}*
tar xvf $CWD/$PRGNAM-${VERSION##*.}*.tar.gz
cd $PRGNAM-${VERSION##*.}*

chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
Expand All @@ -90,7 +90,6 @@ cd build
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
make
make install/strip DESTDIR=$PKG
cd ..

Expand Down
6 changes: 3 additions & 3 deletions ham/SoapyRTLSDR/SoapyRTLSDR.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="SoapyRTLSDR"
VERSION="0.3.3"
VERSION="20241221.f22516c1"
HOMEPAGE="https://github.com/pothosware/SoapyRTLSDR/"
DOWNLOAD="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtl-sdr-0.3.3/SoapyRTLSDR-soapy-rtl-sdr-0.3.3.tar.gz"
MD5SUM="8b5885e71ab0280dae25c452ad865d55"
DOWNLOAD="https://github.com/pothosware/SoapyRTLSDR/archive/f22516c1/SoapyRTLSDR-f22516c17c494896b479d8115988a105ac366fbd.tar.gz"
MD5SUM="3f3d8459268d7575f0c30f937937f64e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SoapySDR rtl-sdr"
Expand Down