summaryrefslogtreecommitdiffstats
path: root/ham/hamlib
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /ham/hamlib
initial commit from stable 0.3
Diffstat (limited to 'ham/hamlib')
-rwxr-xr-xham/hamlib/BUILD11
-rwxr-xr-xham/hamlib/DETAILS28
-rw-r--r--ham/hamlib/HISTORY14
3 files changed, 53 insertions, 0 deletions
diff --git a/ham/hamlib/BUILD b/ham/hamlib/BUILD
new file mode 100755
index 0000000000..3d2c0adcd7
--- /dev/null
+++ b/ham/hamlib/BUILD
@@ -0,0 +1,11 @@
+(
+
+ sedit "s:-O2:$CFLAGS:g" configure &&
+
+ ./configure --prefix=/usr $OPTS &&
+
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
diff --git a/ham/hamlib/DETAILS b/ham/hamlib/DETAILS
new file mode 100755
index 0000000000..0f31b6b55b
--- /dev/null
+++ b/ham/hamlib/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=hamlib
+ VERSION=1.1.4
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ WEB_SITE=http://www.hamlib.org/
+ MAINTAINER=jason@flattfamily.com
+ LICENSE[0]=GPL
+ MD5[0]=04a0319ec7f60afa299ef86a59199e8f
+ ENTERED=20020728
+ UPDATED=20020728
+ SHORT="HAM radio equipment control libraries."
+cat << EOF
+
+The HAM radio equipment control libraries, Hamlib for short, allow you to
+write amateur radio equipment control programs for transceivers which use CAT
+or similar computer interfaces for control.
+
+Hamlib is a development effort to provide a consistent interface for
+programmers wanting to incorporate radio control in their programs. Hamlib is
+not a complete user application, rather, it is a software layer intended to
+make controlling various radios and other shack hardware much easier. Hamlib
+will allow authors of such software as logging programs, digital
+communications programs, or those wanting to develop the ultimate radio
+control software to concentrate on the user interface and the basic function
+of the program rather than radio control.
+
+EOF
diff --git a/ham/hamlib/HISTORY b/ham/hamlib/HISTORY
new file mode 100644
index 0000000000..e883e196c3
--- /dev/null
+++ b/ham/hamlib/HISTORY
@@ -0,0 +1,14 @@
+2003-05-03 Jason Flatt <jason@flattfamily.com>
+ * Version bump to 1.1.4.
+ Removed USEGCC2 as it is unneeded.
+ Modified BUILD slightly.
+
+2003-04-25 Jason Flatt <jason@flattfamily.com>
+ * Updated MAINTAINER e-mail address
+
+2003-04-08 M.L. <mlubrano@sourcemage.org>
+ * Added $OPTS in BUILD.
+
+2002-07-28 Jason Flatt <jasonflatt@wizard.com>
+ * Created this spell
+