summaryrefslogtreecommitdiffstats
path: root/ham/wwl
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /ham/wwl
initial commit from stable 0.3
Diffstat (limited to 'ham/wwl')
-rwxr-xr-xham/wwl/BUILD9
-rwxr-xr-xham/wwl/DETAILS18
-rw-r--r--ham/wwl/HISTORY19
3 files changed, 46 insertions, 0 deletions
diff --git a/ham/wwl/BUILD b/ham/wwl/BUILD
new file mode 100755
index 0000000000..5d68a2fabc
--- /dev/null
+++ b/ham/wwl/BUILD
@@ -0,0 +1,9 @@
+(
+
+ sedit "s/-O2/$CFLAGS/" Makefile
+ make &&
+ prepare_install &&
+ cp wwl /usr/bin &&
+ chmod 755 /usr/bin/wwl
+
+) > $C_FIFO 2>&1
diff --git a/ham/wwl/DETAILS b/ham/wwl/DETAILS
new file mode 100755
index 0000000000..4a85337f7f
--- /dev/null
+++ b/ham/wwl/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=wwl
+ VERSION=1.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://www.ibiblio.org/pub/Linux/apps/ham/$SOURCE
+ WEB_SITE=http://freshmeat.net/projects/wwl/
+ LICENSE=GPL
+ MD5=8d10730336e4807e2dc6b82183efd1fc
+ ENTERED=20011114
+ UPDATED=20011114
+ MAINTAINER=jason@flattfamily.com
+ SHORT="World-Wide Maidenhead converter for hamradio."
+cat << EOF
+
+Given two Maidenhead locators, WWL calculates distance and azimuth. This is
+for ham-radio users.
+
+EOF
diff --git a/ham/wwl/HISTORY b/ham/wwl/HISTORY
new file mode 100644
index 0000000000..0b015813ac
--- /dev/null
+++ b/ham/wwl/HISTORY
@@ -0,0 +1,19 @@
+2003-04-25 Jason Flatt <jason@flattfamily.com>
+ * Updated MAINTAINER e-mail address
+
+2002-06-15 Jason Flatt <jasonflatt@wizard.com>
+ * Added LICENSE and MD5 to DETAILS.
+
+2002-06-04 Jason Flatt <jasonflatt@wizard.com>
+ * Removed USEGCC2 as it compiles w/gcc 3.1 and executes.
+
+2002-05-29 Jason Flatt <jasonflatt@wizard.com>
+ * Added USEGCC2 file in preparation for gcc3 upgrade.
+
+2002-05-19 Jason Flatt <jasonflatt@wizard.com>
+ * Added this History file.
+
+200?-??-?? Bob Finch <w9ya@amsat.org>
+
+ Created spell
+