summaryrefslogtreecommitdiffstats
path: root/ham/ax25-apps
diff options
context:
space:
mode:
authorTommy Boatman2010-04-21 23:08:35 -0500
committerTommy Boatman2010-04-21 23:08:35 -0500
commit29189705634ff5b379a9a692eb544864c43763f7 (patch)
tree4f5c47a37f1d6cc3f902b4ca32b406c89afb3e38 /ham/ax25-apps
parent917caec9f112075c9c1a59d9bfb9190aa03334e5 (diff)
ax25-apps: version 0.0.8-rc2, remove BUILD, add CONFIGURE/INSTALL
for example files
Diffstat (limited to 'ham/ax25-apps')
-rwxr-xr-xham/ax25-apps/BUILD17
-rwxr-xr-xham/ax25-apps/CONFIGURE1
-rwxr-xr-xham/ax25-apps/DETAILS8
-rw-r--r--ham/ax25-apps/HISTORY6
-rwxr-xr-xham/ax25-apps/INSTALL4
5 files changed, 15 insertions, 21 deletions
diff --git a/ham/ax25-apps/BUILD b/ham/ax25-apps/BUILD
deleted file mode 100755
index a43b6cee65..0000000000
--- a/ham/ax25-apps/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-(
-
- ./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/CONFIGURE b/ham/ax25-apps/CONFIGURE
new file mode 100755
index 0000000000..ec110332a6
--- /dev/null
+++ b/ham/ax25-apps/CONFIGURE
@@ -0,0 +1 @@
+config_query CONFIGS "Install example config files?" n
diff --git a/ham/ax25-apps/DETAILS b/ham/ax25-apps/DETAILS
index 01bd099737..6c23a97384 100755
--- a/ham/ax25-apps/DETAILS
+++ b/ham/ax25-apps/DETAILS
@@ -1,12 +1,12 @@
SPELL=ax25-apps
- VERSION=0.0.6
+ VERSION=0.0.8-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:f9628fa3431896c7bda6d8b44cb1df2a29831ac77efa710de64a5963e7beb7f5c16d4e7a4bedaf3c907345224378d6290b7c86b677ef3f5fbb55812af09b871e
+ SOURCE_HASH=sha512:b001f201234f99951e076494f0eded512e5638f6e585892c38f3fdd465c09df073a5dff2898e340357f996fd4e97657e09a1d7f8bf7a05d9d33da38cf2d2bc60
KEYWORDS="ham"
BUILD_API=1
SHORT="Applications for AX.25"
diff --git a/ham/ax25-apps/HISTORY b/ham/ax25-apps/HISTORY
index b046e975d5..7289ad5170 100644
--- a/ham/ax25-apps/HISTORY
+++ b/ham/ax25-apps/HISTORY
@@ -1,3 +1,9 @@
+2010-04-21 Tommy Boatman <tboatman@sourcemage.org>
+ * DETAILS: version 0.0.8-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-apps/INSTALL b/ham/ax25-apps/INSTALL
new file mode 100755
index 0000000000..a411889342
--- /dev/null
+++ b/ham/ax25-apps/INSTALL
@@ -0,0 +1,4 @@
+if [[ $CONFIGS == y ]]; then
+ cd $SOURCE_DIRECTORY &&
+ make installconf
+fi