summaryrefslogtreecommitdiffstats
path: root/ham/xcall
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /ham/xcall
initial commit from stable 0.3
Diffstat (limited to 'ham/xcall')
-rwxr-xr-xham/xcall/BUILD11
-rwxr-xr-xham/xcall/DEPENDS3
-rwxr-xr-xham/xcall/DETAILS19
-rw-r--r--ham/xcall/HISTORY18
4 files changed, 51 insertions, 0 deletions
diff --git a/ham/xcall/BUILD b/ham/xcall/BUILD
new file mode 100755
index 0000000000..75d92fa90c
--- /dev/null
+++ b/ham/xcall/BUILD
@@ -0,0 +1,11 @@
+(
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ $OPTS &&
+ make &&
+ prepare_install &&
+ make install-strip
+
+) > $C_FIFO 2>&1
diff --git a/ham/xcall/DEPENDS b/ham/xcall/DEPENDS
new file mode 100755
index 0000000000..9f284da264
--- /dev/null
+++ b/ham/xcall/DEPENDS
@@ -0,0 +1,3 @@
+depends libax25 &&
+depends gtk+ &&
+depends tetex
diff --git a/ham/xcall/DETAILS b/ham/xcall/DETAILS
new file mode 100755
index 0000000000..ed2b4ac861
--- /dev/null
+++ b/ham/xcall/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=xcall
+ VERSION=0.15
+ SOURCE=${SPELL}-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.qsl.net/pg4i/download/$SOURCE
+ WEB_SITE=http://www.qsl.net/pg4i/linux/xcall.html
+ LICENSE=GPL
+ MD5=d6c08bc1511f8049e2c3b67dc1b94024
+ ENTERED=20020731
+ UPDATED=20020731
+ MAINTAINER=afrayedknot@thefrayedknot.armory.com
+ SHORT="Xcall, a packet radio program for X."
+cat << EOF
+Xcall is a packet-radio program for X which supports the AX.25, NET/ROM
+and Rose protocols. It is written with help of the GTK library. Connection
+setup is handled through a dialog with a settable timeout value. Support
+for DX clusters is included by colorization of DX spots. A session can be
+saved into a file, in case you like to download 7plus messages from a BBS.
+EOF
diff --git a/ham/xcall/HISTORY b/ham/xcall/HISTORY
new file mode 100644
index 0000000000..b4deefae04
--- /dev/null
+++ b/ham/xcall/HISTORY
@@ -0,0 +1,18 @@
+2004-07-18 Eric Sandall <eric@sandall.us>
+ * DEPENDS: teTeX renamed to tetex
+ Formatted to Guru Handbook
+
+2004-02-29 Treeve Jelbert <treeve01@pi.be>
+ * DETAILS: new website and url
+ fixes bug #6178
+ * HISTORY: reformatted
+
+2003-01-21 Andrew Stitt <afrayedknot@thefrayedknot.armory.com>
+ * DETAILS: Fixed homepage link.
+
+2002-08-01 Andrew Stitt <afrayedknot@thefrayedknot.armory.com>
+ * Fixed this file to be accurate
+
+2002-07-31 Andrew Stitt <afrayedknot@thefrayedknot.armory.com>
+ * Created this spell
+