gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r6718: update gr-howto-write-a-block to 3.6.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6718: update gr-howto-write-a-block to 3.6.0
Date: Sun, 21 Jul 2019 16:39:45 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6718
revision-id: address@hidden-20190721203941-5of7poacjpuat501
parent: address@hidden-20190721181641-awnqdplcd92u9qnu
committer: address@hidden
branch nick: trunk
timestamp: Sun 2019-07-21 13:39:41 -0700
message:
  update gr-howto-write-a-block to 3.6.0
added:
  pkg/gnu/gr-howto-write-a-block/ 
grhowtowriteablock-20190721203929-crgg9gpqcdga4jwj-1
  pkg/gnu/gr-howto-write-a-block/Makefile 
makefile-20190721203929-crgg9gpqcdga4jwj-3
  pkg/gnu/gr-howto-write-a-block/config.mk 
config.mk-20190721203929-crgg9gpqcdga4jwj-2
  pkg/gnu/gr-howto-write-a-block/sha256sums 
sha256sums-20190721203929-crgg9gpqcdga4jwj-4
=== added directory 'pkg/gnu/gr-howto-write-a-block'
=== added file 'pkg/gnu/gr-howto-write-a-block/Makefile'
--- a/pkg/gnu/gr-howto-write-a-block/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gr-howto-write-a-block/Makefile   2019-07-21 20:39:41 +0000
@@ -0,0 +1,46 @@
+# Copyright ©2019 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME = GNU Radio How to write a block
+GARNAME = gr-howto-write-a-block
+GARVERSION = 3.6.0
+HOME_URL = http://www.gnu.org/software/gnuradio
+DESCRIPTION = GnuRadio Software defined radio implementation documentation
+define BLURB
+endef
+
+######################################################################
+MASTER_SITES = https://www.gnuradio.org/
+MASTER_SUBDIR = /releases/gnuradio/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+SIGFILES = 
+CONFIGURE_SCRIPTS = $(WORKSRC)/CMakeLists.txt
+#BUILD_SCRIPTS = $(WORKOBJ)/Makefile
+#INSTALL_SCRIPTS = $(WORKOBJ)/cmake_install.cmake
+# being tested
+
+BUILDDEPS = #guile boost libsdl
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.mk
+include config.mk

=== added file 'pkg/gnu/gr-howto-write-a-block/config.mk'
--- a/pkg/gnu/gr-howto-write-a-block/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gr-howto-write-a-block/config.mk  2019-07-21 20:39:41 +0000
@@ -0,0 +1,9 @@
+## Configuration options for gnuradio  gr-howto-write-a-block ##
+
+CONFIGURE_OPTS ?= LDFLAGS="-Wl,--as-needed"  CPPFLAGS+=-std=gnu++11 
+BUILD_OPTS ?= LDFLAGS+="-Wl,--as-needed"  CPPFLAGS=-std=gnu++11 
+
+# might or might not be needed on your system:
+#BUILD_OPTS ?= LDFLAGS+="-Wl,-L/opt/gsrc/lib     
--with-libiconv-prefix=$(prefix) " LIBS=-Wl,-liconv
+#BUILD_OPTS ?= 
+#BUILD_OPTS ?= LIBS="-L/opt/gsrc/lib  -liconv   
--with-libiconv-prefix=$(prefix) -L/usr/lib/x86_64-linux-gnu/mesa -lGL" 
"LDFLAGS=-rpath=/usr/lib/x86_64-linux-gnu/mesa " 

=== added file 'pkg/gnu/gr-howto-write-a-block/sha256sums'
--- a/pkg/gnu/gr-howto-write-a-block/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gr-howto-write-a-block/sha256sums 2019-07-21 20:39:41 +0000
@@ -0,0 +1,1 @@
+f45929d07f74acb10f571d677adc2dd2ee4c7a097dad75aae2560bbabe493626  
download/gr-howto-write-a-block-3.6.0.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]