summaryrefslogtreecommitdiffstats
path: root/ham/ax25-tools
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /ham/ax25-tools
initial commit from stable 0.3
Diffstat (limited to 'ham/ax25-tools')
-rwxr-xr-xham/ax25-tools/BUILD17
-rwxr-xr-xham/ax25-tools/DEPENDS1
-rwxr-xr-xham/ax25-tools/DETAILS17
-rw-r--r--ham/ax25-tools/HISTORY3
4 files changed, 38 insertions, 0 deletions
diff --git a/ham/ax25-tools/BUILD b/ham/ax25-tools/BUILD
new file mode 100755
index 0000000000..658ce2877f
--- /dev/null
+++ b/ham/ax25-tools/BUILD
@@ -0,0 +1,17 @@
+(
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ $OPTS &&
+ make &&
+ prepare_install &&
+# make install-strip && #this is broken in the tools spell
+
+if query "Do you want the example config files?" n
+ then make installconf
+fi
+
+) > $C_FIFO 2>&1
+
+
diff --git a/ham/ax25-tools/DEPENDS b/ham/ax25-tools/DEPENDS
new file mode 100755
index 0000000000..1a28e142db
--- /dev/null
+++ b/ham/ax25-tools/DEPENDS
@@ -0,0 +1 @@
+depends libax25
diff --git a/ham/ax25-tools/DETAILS b/ham/ax25-tools/DETAILS
new file mode 100755
index 0000000000..4432802e79
--- /dev/null
+++ b/ham/ax25-tools/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=ax25-tools
+ VERSION=0.0.8
+ SOURCE=${SPELL}-$VERSION.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/ax25/${SOURCE}
+ WEB_SITE=http://ax25.sourceforge.net/
+ ENTERED=20020731
+ UPDATED=20020731
+ LICENSE=GPL
+ MD5=6474630cb3af8f3b4e190829ad316ece
+ SHORT="Configuration tools for AX.25"
+ MAINTAINER=afrayedknot@thefrayedknot.armory.com
+cat << EOF
+The tools are used to configure an ax.25 enabled computer. They will
+configure interfaces and assign callsigns to ports as well as Net/ROM
+and ROSE configuration.
+EOF
diff --git a/ham/ax25-tools/HISTORY b/ham/ax25-tools/HISTORY
new file mode 100644
index 0000000000..33b8d5af16
--- /dev/null
+++ b/ham/ax25-tools/HISTORY
@@ -0,0 +1,3 @@
+2002-07-31 Andrew Stitt <afrayedknot@thefrayedknot.armory.com>
+ * Created this spell
+