summaryrefslogtreecommitdiffstats
path: root/ham/wwl
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 10:31:06 -0500
committerJeremy Blosser2006-04-24 10:31:06 -0500
commitca0ac19037b4cb17e425eeb461fed78178940eb5 (patch)
treee033c37c191c9bb3d0c21c0d1f2ecd89b9b65efc /ham/wwl
parent267cc2b5ad7eb62941afc530ad25cf41c79926ed (diff)
sync ./ham/wwl from stable-rc 0.4
Diffstat (limited to 'ham/wwl')
-rwxr-xr-xham/wwl/BUILD9
-rwxr-xr-xham/wwl/DETAILS6
-rw-r--r--ham/wwl/HISTORY5
-rwxr-xr-xham/wwl/INSTALL2
4 files changed, 10 insertions, 12 deletions
diff --git a/ham/wwl/BUILD b/ham/wwl/BUILD
index 5d68a2fabc..2593e07691 100755
--- a/ham/wwl/BUILD
+++ b/ham/wwl/BUILD
@@ -1,9 +1,2 @@
-(
-
sedit "s/-O2/$CFLAGS/" Makefile
- make &&
- prepare_install &&
- cp wwl /usr/bin &&
- chmod 755 /usr/bin/wwl
-
-) > $C_FIFO 2>&1
+ make
diff --git a/ham/wwl/DETAILS b/ham/wwl/DETAILS
index 4a85337f7f..4089c08a09 100755
--- a/ham/wwl/DETAILS
+++ b/ham/wwl/DETAILS
@@ -5,14 +5,12 @@ 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
+ SOURCE_HASH=sha512:e1796024de8a9521f9b1febadba8fb0401f48a38ec4e36b1dd51fc82a29d043b30ab68dd88281e3dcd8677e9ddf08fb2ef3f8ae4e8fcae2b60298c51b413086f
ENTERED=20011114
UPDATED=20011114
- MAINTAINER=jason@flattfamily.com
+ BUILD_API=2
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
index 0b015813ac..e6d88046cd 100644
--- a/ham/wwl/HISTORY
+++ b/ham/wwl/HISTORY
@@ -1,3 +1,8 @@
+2005-11-25 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated BUILD_API=2, SOURCE_HASH. Removed MAINTAINER.
+ * BUILD: Updated for BUILD_API=2
+ * INSTALL: Added for BUILD_API=2
+
2003-04-25 Jason Flatt <jason@flattfamily.com>
* Updated MAINTAINER e-mail address
diff --git a/ham/wwl/INSTALL b/ham/wwl/INSTALL
new file mode 100755
index 0000000000..f443bd181e
--- /dev/null
+++ b/ham/wwl/INSTALL
@@ -0,0 +1,2 @@
+ cp wwl ${INSTALL_ROOT}/usr/bin &&
+ chmod 755 ${INSTALL_ROOT}/usr/bin/wwl