diff options
author | Mario Preksavec <mario@slackware.hr> | 2024-07-02 02:43:44 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-06 12:20:02 +0700 |
commit | 2c9f9717c9cc87cc36381b1fc3efd0dd6dcecffc (patch) | |
tree | 0d9a2fb27ebc70fe49e71c0e6c786ddbf3b3d013 /development/gr-osmosdr | |
parent | 1f0cab93d82d4cb05a3ca9197e20044109e5688c (diff) |
development/gr-osmosdr: Version 20240515_a6afeaa, new maintainer.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gr-osmosdr')
-rw-r--r-- | development/gr-osmosdr/gr-osmosdr.SlackBuild | 5 | ||||
-rw-r--r-- | development/gr-osmosdr/gr-osmosdr.info | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/development/gr-osmosdr/gr-osmosdr.SlackBuild b/development/gr-osmosdr/gr-osmosdr.SlackBuild index 6d4d116fd9ffe..9515189093295 100644 --- a/development/gr-osmosdr/gr-osmosdr.SlackBuild +++ b/development/gr-osmosdr/gr-osmosdr.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for gr-osmosdr # Copyright 2015-2018 Panagiotis Nikolaou, Culver City, CA +# Copyright 2015, 2024 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gr-osmosdr -VERSION=${VERSION:-20210128_a100eb0} +VERSION=${VERSION:-20240515_a6afeaa} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -96,7 +97,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION \ +cp -a AUTHORS COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION \ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/development/gr-osmosdr/gr-osmosdr.info b/development/gr-osmosdr/gr-osmosdr.info index 3b55cdc71a868..d8186be9f421e 100644 --- a/development/gr-osmosdr/gr-osmosdr.info +++ b/development/gr-osmosdr/gr-osmosdr.info @@ -1,10 +1,10 @@ PRGNAM="gr-osmosdr" -VERSION="20210128_a100eb0" +VERSION="20240515_a6afeaa" HOMEPAGE="http://sdr.osmocom.org/trac/wiki/GrOsmoSDR" -DOWNLOAD="http://mirror.slackware.hr/sources/gr-osmosdr/gr-osmosdr-20210128_a100eb0.tar.bz2" -MD5SUM="635037afeb620e61ae200d491f9df580" +DOWNLOAD="http://mirror.slackware.hr/sources/gr-osmosdr/gr-osmosdr-20240515_a6afeaa.tar.bz2" +MD5SUM="9c032515ec5fbb7c3f5e03305cde53b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gnuradio" -MAINTAINER="Panagiotis Nikolaou" -EMAIL="hostmaster@slackonly.com" +MAINTAINER="Mario Preksavec" +EMAIL="mario at slackware dot hr" |