Skip to content

Commit

Permalink
ham/SoapyRTLSDR: Updated for version 20241221.f22516c1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Sacchetti Picchio authored and sbo-bot[bot] committed Dec 22, 2024
1 parent d67564a commit ae73ade
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
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

0 comments on commit ae73ade

Please sign in to comment.