From 29189705634ff5b379a9a692eb544864c43763f7 Mon Sep 17 00:00:00 2001 From: Tommy Boatman Date: Wed, 21 Apr 2010 23:08:35 -0500 Subject: ax25-apps: version 0.0.8-rc2, remove BUILD, add CONFIGURE/INSTALL for example files --- ham/ax25-apps/BUILD | 17 ----------------- ham/ax25-apps/CONFIGURE | 1 + ham/ax25-apps/DETAILS | 8 ++++---- ham/ax25-apps/HISTORY | 6 ++++++ ham/ax25-apps/INSTALL | 4 ++++ 5 files changed, 15 insertions(+), 21 deletions(-) delete mode 100755 ham/ax25-apps/BUILD create mode 100755 ham/ax25-apps/CONFIGURE create mode 100755 ham/ax25-apps/INSTALL (limited to 'ham') 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 + * 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 * 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 -- cgit v1.2.3