summaryrefslogtreecommitdiffstats
path: root/ham
diff options
context:
space:
mode:
Diffstat (limited to 'ham')
-rwxr-xr-xham/ax25-tools/BUILD17
-rwxr-xr-xham/ax25-tools/CONFIGURE1
-rwxr-xr-xham/ax25-tools/DETAILS8
-rw-r--r--ham/ax25-tools/HISTORY6
-rwxr-xr-xham/ax25-tools/INSTALL4
5 files changed, 15 insertions, 21 deletions
diff --git a/ham/ax25-tools/BUILD b/ham/ax25-tools/BUILD
deleted file mode 100755
index 658ce2877f..0000000000
--- a/ham/ax25-tools/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-(
-
- ./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/CONFIGURE b/ham/ax25-tools/CONFIGURE
new file mode 100755
index 0000000000..ec110332a6
--- /dev/null
+++ b/ham/ax25-tools/CONFIGURE
@@ -0,0 +1 @@
+config_query CONFIGS "Install example config files?" n
diff --git a/ham/ax25-tools/DETAILS b/ham/ax25-tools/DETAILS
index fb73d38fd2..74d54f2f55 100755
--- a/ham/ax25-tools/DETAILS
+++ b/ham/ax25-tools/DETAILS
@@ -1,12 +1,12 @@
SPELL=ax25-tools
- VERSION=0.0.8
+ VERSION=0.0.10-rc2
SOURCE=${SPELL}-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=${SOURCEFORGE_URL}/ax25/${SOURCE}
- WEB_SITE=http://ax25.sourceforge.net/
+ SOURCE_URL[0]=http://www.linux-ax25.org/pub/$SPELL/${SOURCE}
+ WEB_SITE=http://www.linux-ax25.org/
ENTERED=20020731
LICENSE=GPL
- SOURCE_HASH=sha512:04165052d51711fca0348129a93e7f3d2319b0c06535d37323448b7126b7435e2fbefa388a7159546ca9eb18090fd02972440be64d6131d6541a1936594c98d6
+ SOURCE_HASH=sha512:ca6042682e8da9136edaefe7c137d8a1626a82ba4c1d5de98c37d0e9b9b2ee1934986b203bdf6d870152a0b778812731dc58b889b806cad8e30a102e702612ae
KEYWORDS="ham"
BUILD_API=1
SHORT="Configuration tools for AX.25"
diff --git a/ham/ax25-tools/HISTORY b/ham/ax25-tools/HISTORY
index b046e975d5..c8830b5ffb 100644
--- a/ham/ax25-tools/HISTORY
+++ b/ham/ax25-tools/HISTORY
@@ -1,3 +1,9 @@
+2010-04-21 Tommy Boatman <tboatman@sourcemage.org>
+ * DETAILS: version 0.0.10-rc2, move WEB_SITE and SOURCE_URL,
+ * INSTALL: create to allow for example installation
+ * CONFIGURE: create to allow for example installation
+ * BUILD: removed
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/ham/ax25-tools/INSTALL b/ham/ax25-tools/INSTALL
new file mode 100755
index 0000000000..a411889342
--- /dev/null
+++ b/ham/ax25-tools/INSTALL
@@ -0,0 +1,4 @@
+if [[ $CONFIGS == y ]]; then
+ cd $SOURCE_DIRECTORY &&
+ make installconf
+fi