[Lunar-commits] r23749 - moonbase/trunk/ham/unixcw

Dennis Veatch stumbles at lunar-linux.org
Tue Mar 20 15:11:33 CET 2007


Author: stumbles
Date: 2007-03-20 15:11:33 +0100 (Tue, 20 Mar 2007)
New Revision: 23749

Modified:
   moonbase/trunk/ham/unixcw/BUILD
   moonbase/trunk/ham/unixcw/DETAILS
Log:

Some obvious build fixes on this version bump.



Modified: moonbase/trunk/ham/unixcw/BUILD
===================================================================
--- moonbase/trunk/ham/unixcw/BUILD	2007-03-20 13:51:19 UTC (rev 23748)
+++ moonbase/trunk/ham/unixcw/BUILD	2007-03-20 14:11:33 UTC (rev 23749)
@@ -1,25 +1,13 @@
 (
 
-#  mkdir  /tmp/unixcw_qt
-#  ln  -s /usr/include/qt  /tmp/unixcw_qt/include
-#  ln  -s /usr/bin         /tmp/unixcw_qt/bin
-#  ln  -s /usr/lib/qt      /tmp/unixcw_qt/lib
+  if module_installed qt3 ; then
+    . /etc/profile.d/qt3.rc
+    . /etc/profile.d/kde3.rc
+  fi
 
-  export QTDIR=${QT_PREFIX:-$QTDIR}/
-# need to hack Makefile.in
-  sedit "s/lqt/lqt-mt/" xcwcp/Makefile.in
+# need to hack Makefile
+  sedit "s/lqt/lqt-mt/" src/xcwcp/Makefile
 
-  ./configure  --prefix=/usr          \
-               --sysconfdir=/etc      \
-               --localstatedir=/var   \
-               $OPTS                  &&
-  make  all                           &&
-  prepare_install                     &&
-  make    install                     &&
-#  rm  -r   /tmp/unixcw_qt/            &&
-  ln  -sf  /usr/man/man1/xcwcp.1.gz   \
-           /usr/man/man1/unixcw.1.gz  &&
+  default_build
 
-  cp  $SCRIPT_DIRECTORY/unixcw  /usr/bin
-
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/ham/unixcw/DETAILS
===================================================================
--- moonbase/trunk/ham/unixcw/DETAILS	2007-03-20 13:51:19 UTC (rev 23748)
+++ moonbase/trunk/ham/unixcw/DETAILS	2007-03-20 14:11:33 UTC (rev 23749)
@@ -1,16 +1,20 @@
            MODULE=unixcw
-         VERSION=2.2
+         VERSION=2.3
           SOURCE=$MODULE-$VERSION.tgz
-      SOURCE_VFY=md5:ba0b7f66bc3e1bd8ba770214443084d7
    SOURCE_URL[0]=ftp://sunsite.unc.edu/pub/Linux/apps/ham/morse/
+      SOURCE_VFY=sha1:2aece1e4b0660618537a94561344dd97026b7924
         WEB_SITE=ftp://sunsite.unc.edu/pub/Linux/apps/ham/morse
          ENTERED=20020106
-         UPDATED=20030619
+         UPDATED=20070320
+      MAINTAINER=w9ya at amsat.org
            SHORT="Complete suite of morse code programs."
-      MAINTAINER=w9ya at amsat.org
 
 cat << EOF
-UnixCW is a package of UNIX-based programs that fit together to form a CW tutor program similar to CP222 by VU2ZAP.  The core of the package is cwlib, a general-purpose CW functions library. There are four programs in the package built around this library: a simple Morse code sounding program; a small random character generator; a curses-based Morse code tutor; and a Qt-based (X windows) Morse code tutor. The Qt-based tutor program offers send practice as well as receive. The package includes complete man pages.
+UnixCW is a package of UNIX-based programs that fit together to form a CW
+tutor program similar to CP222 by VU2ZAP.  The core of the package is
+cwlib, a general-purpose CW functions library. There are four programs in
+the package built around this library: a simple Morse code sounding program;
+ a small random character generator; a curses-based Morse code tutor; and a
+Qt-based (X windows) Morse code tutor. The Qt-based tutor program offers
+send practice as well as receive. The package includes complete man pages.
 EOF
-
-



More information about the Lunar-commits mailing list