summaryrefslogtreecommitdiffstats
path: root/ham/ax25-apps
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /ham/ax25-apps
initial commit from stable 0.3
Diffstat (limited to 'ham/ax25-apps')
-rwxr-xr-xham/ax25-apps/BUILD17
-rwxr-xr-xham/ax25-apps/DEPENDS1
-rwxr-xr-xham/ax25-apps/DETAILS18
-rw-r--r--ham/ax25-apps/HISTORY3
4 files changed, 39 insertions, 0 deletions
diff --git a/ham/ax25-apps/BUILD b/ham/ax25-apps/BUILD
new file mode 100755
index 0000000000..a43b6cee65
--- /dev/null
+++ b/ham/ax25-apps/BUILD
@@ -0,0 +1,17 @@
+(
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ $OPTS &&
+ make &&
+ prepare_install &&
+ make install-strip &&
+
+if query "Do you want the example config files?" n
+ then make installconf
+fi
+
+) > $C_FIFO 2>&1
+
+
diff --git a/ham/ax25-apps/DEPENDS b/ham/ax25-apps/DEPENDS
new file mode 100755
index 0000000000..1a28e142db
--- /dev/null
+++ b/ham/ax25-apps/DEPENDS
@@ -0,0 +1 @@
+depends libax25
diff --git a/ham/ax25-apps/DETAILS b/ham/ax25-apps/DETAILS
new file mode 100755
index 0000000000..6d4b056c41
--- /dev/null
+++ b/ham/ax25-apps/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ax25-apps
+ VERSION=0.0.6
+ 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=131fcc2ce6d625148e2043b8a11833ae
+ SHORT="Applications for AX.25"
+ MAINTAINER=afrayedknot@thefrayedknot.armory.com
+cat << EOF
+The applications are a set of programs that use the protocols, as opposed
+to being required for setting things up. The applications are like the
+client and server programs, to be used by either the system administrator
+or a normal user.
+EOF
diff --git a/ham/ax25-apps/HISTORY b/ham/ax25-apps/HISTORY
new file mode 100644
index 0000000000..33b8d5af16
--- /dev/null
+++ b/ham/ax25-apps/HISTORY
@@ -0,0 +1,3 @@
+2002-07-31 Andrew Stitt <afrayedknot@thefrayedknot.armory.com>
+ * Created this spell
+