diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-30 21:13:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-30 21:13:15 +0000 |
commit | b69f74390350b40ada4fe74d4bdca1187552f4ff (patch) | |
tree | 8df9a99dce8e223bccb013a37ac3fd534a655d42 /ham | |
parent | 3e2d8efac0d0669449e7a367bdcb4066543e6682 (diff) | |
download | pkgsrc-b69f74390350b40ada4fe74d4bdca1187552f4ff.tar.gz |
The vocoder plugin belongs to gnuradio-gsm, so move the rest from gnuradio-core.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-core/Makefile | 3 | ||||
-rw-r--r-- | ham/gnuradio-core/PLIST | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index ff0c985e2bd..5651a9475e0 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2009/09/11 16:23:28 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2009/12/30 21:13:15 joerg Exp $ PKGNAME= gnuradio-core-${VERSION} +PKGREVISION= 1 COMMENT= Runtime system and DSP blocks for GNU Radio PKG_DESTDIR_SUPPORT= user-destdir diff --git a/ham/gnuradio-core/PLIST b/ham/gnuradio-core/PLIST index d7392a1f521..860e0a40bdf 100644 --- a/ham/gnuradio-core/PLIST +++ b/ham/gnuradio-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2009/08/12 12:21:39 markd Exp $ +@comment $NetBSD: PLIST,v 1.12 2009/12/30 21:13:15 joerg Exp $ include/gnuradio/ccomplex_dotprod_generic.h include/gnuradio/ccomplex_dotprod_x86.h include/gnuradio/complex_dotprod_generic.h @@ -974,9 +974,6 @@ ${PYSITELIB}/gnuradio/optfir.pyo ${PYSITELIB}/gnuradio/packet_utils.py ${PYSITELIB}/gnuradio/packet_utils.pyc ${PYSITELIB}/gnuradio/packet_utils.pyo -${PYSITELIB}/gnuradio/vocoder/__init__.py -${PYSITELIB}/gnuradio/vocoder/__init__.pyc -${PYSITELIB}/gnuradio/vocoder/__init__.pyo ${PYSITELIB}/gnuradio/window.py ${PYSITELIB}/gnuradio/window.pyc ${PYSITELIB}/gnuradio/window.pyo |