mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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>
This commit is contained in:
parent
1f0cab93d8
commit
2c9f9717c9
2 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue