From 84d8b510ac289af0a43bfa9e110844af27a90196 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 24 Apr 2006 09:03:08 -0500 Subject: initial commit from stable 0.3 --- ham/libax25/BUILD | 17 +++++++++++++++++ ham/libax25/CONFIGURE | 8 ++++++++ ham/libax25/DEPENDS | 1 + ham/libax25/DETAILS | 18 ++++++++++++++++++ ham/libax25/HISTORY | 8 ++++++++ 5 files changed, 52 insertions(+) create mode 100755 ham/libax25/BUILD create mode 100755 ham/libax25/CONFIGURE create mode 100755 ham/libax25/DEPENDS create mode 100755 ham/libax25/DETAILS create mode 100644 ham/libax25/HISTORY (limited to 'ham/libax25') diff --git a/ham/libax25/BUILD b/ham/libax25/BUILD new file mode 100755 index 0000000000..64f3152ee5 --- /dev/null +++ b/ham/libax25/BUILD @@ -0,0 +1,17 @@ +( + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + $OPTS && + make && + prepare_install && + make install-strip && + + case $CONFIGS in + y|Y) make installconf ;; + esac + +) > $C_FIFO 2>&1 + + diff --git a/ham/libax25/CONFIGURE b/ham/libax25/CONFIGURE new file mode 100755 index 0000000000..4a7ea5351c --- /dev/null +++ b/ham/libax25/CONFIGURE @@ -0,0 +1,8 @@ +if ! grep -q "CONFIGS" $SPELL_CONFIG; then + + if query "Install example config files?" y + then echo "CONFIGS=y" >> $SPELL_CONFIG + else echo "CONFIGS=n" >> $SPELL_CONFIG + fi + +fi diff --git a/ham/libax25/DEPENDS b/ham/libax25/DEPENDS new file mode 100755 index 0000000000..edcc61495a --- /dev/null +++ b/ham/libax25/DEPENDS @@ -0,0 +1 @@ +depends libtool diff --git a/ham/libax25/DETAILS b/ham/libax25/DETAILS new file mode 100755 index 0000000000..d8201925e1 --- /dev/null +++ b/ham/libax25/DETAILS @@ -0,0 +1,18 @@ + SPELL=libax25 + VERSION=0.0.11 + 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=fee2f08ca973c2df44c5390b9f051cec + SHORT="Libraries for AX.25" + MAINTAINER=afrayedknot@thefrayedknot.armory.com +cat << EOF +There is a library that can be used by other programs to do all the low +level stuff that you need to talk to the kernel. The idea is that the +API of the library stays the same as much as possible even if the kernel +changes. It also allows things like name to address translation to occur. +EOF diff --git a/ham/libax25/HISTORY b/ham/libax25/HISTORY new file mode 100644 index 0000000000..8297840ee4 --- /dev/null +++ b/ham/libax25/HISTORY @@ -0,0 +1,8 @@ +2003-06-27 Andrew Stitt + * Version bump, added CONFIGURE support to ask about installing + config files before BUILD runs. (at the time of writting this spell + there was no clear support for this). + +2002-07-31 Andrew Stitt + * Created this spell + -- cgit v1.2.3