aboutsummaryrefslogtreecommitdiff
path: root/development/gr-osmosdr/gr-osmosdr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/gr-osmosdr/gr-osmosdr.SlackBuild')
-rw-r--r--development/gr-osmosdr/gr-osmosdr.SlackBuild5
1 files changed, 3 insertions, 2 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