mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/gnuradio: Updated for version 3.7.5.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1213e27b16
commit
122929f977
3 changed files with 15 additions and 11 deletions
|
@ -6,5 +6,10 @@ simulation-like environment. It is widely used in hobbyist, academic
|
|||
and commercial environments to support both wireless communications
|
||||
research and real-world radio systems.
|
||||
|
||||
uhd, cppunit, gsl, lxml, numpy, orc, qwt, wxPython and Sphinx
|
||||
(this last to generate additional docs) are optional dependencies.
|
||||
If you want to enable gnuradio-companion (GNU Radio Companion *GRC*
|
||||
is a graphical tool for creating signal flow graphs and generating
|
||||
flow-graph source code), you must install at least:
|
||||
lxml and numpy and then qwt for qtgui or wxPython for wxgui.
|
||||
|
||||
Optional dependencies: uhd, cppunit, gsl, orc, jack-audio-connection-kit, portaudio,
|
||||
SDL2, and Sphinx (the last is to generate additional docs).
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for gnuradio
|
||||
|
||||
# Copyright 2013 Georgi Kolev, Bulgaria
|
||||
# Copyright 2015 Panagiotis Nikolaou, Karlovasi Samos, Gr
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,10 +23,8 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=gnuradio
|
||||
VERSION=${VERSION:-3.6.5.1}
|
||||
VERSION=${VERSION:-3.7.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -93,7 +92,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 $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gnuradio"
|
||||
VERSION="3.6.5.1"
|
||||
VERSION="3.7.5.1"
|
||||
HOMEPAGE="http://gnuradio.org"
|
||||
DOWNLOAD="http://gnuradio.org/releases/gnuradio/gnuradio-3.6.5.1.tar.gz"
|
||||
MD5SUM="a959b39720776a7af44a27c6820b16fa"
|
||||
DOWNLOAD="http://gnuradio.org/releases/gnuradio/gnuradio-3.7.5.1.tar.gz"
|
||||
MD5SUM="bfd2116b344a949aacc3d7e2eff07642"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-cheetah"
|
||||
MAINTAINER="Georgi Kolev"
|
||||
EMAIL="shadowx@escom.bg"
|
||||
MAINTAINER="Panagiotis Nikolaou"
|
||||
EMAIL="hostmaster@slackonly.com"
|
||||
|
|
Loading…
Reference in a new issue