pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-wxgui Patch python scripts to use correct...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d161390d4240
branches:  trunk
changeset: 500653:d161390d4240
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Tue Oct 11 11:27:35 2005 +0000

description:
Patch python scripts to use correct python binary

diffstat:

 ham/gnuradio-wxgui/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 7be88f5c46f1 -r d161390d4240 ham/gnuradio-wxgui/Makefile
--- a/ham/gnuradio-wxgui/Makefile       Tue Oct 11 11:22:30 2005 +0000
+++ b/ham/gnuradio-wxgui/Makefile       Tue Oct 11 11:27:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:11:02 wulf Exp $
+# $NetBSD: Makefile,v 1.2 2005/10/11 11:27:35 wulf Exp $
 
 VERSION=       0.3
 DISTNAME=      gr-wxgui-${VERSION}
@@ -6,6 +6,11 @@
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 COMMENT=       GUI framework for GNU Radio based on wxPython
 
+PY_PATHCH_SCRIPTS+=    src/python/fftsink.py
+PY_PATHCH_SCRIPTS+=    src/python/scope.py
+PY_PATHCH_SCRIPTS+=    src/python/slider.py
+PY_PATHCH_SCRIPTS+=    src/python/waterfallsink.py
+
 .include "../../meta-pkgs/gnuradio/Makefile.common"
 
 .include "../../ham/gnuradio-core/buildlink3.mk"



Home | Main Index | Thread Index | Old Index