ham/ax25-tools: Fix README, .info, doinst.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 17:44:25 -04:00 committed by Willy Sudiarto Raharjo
parent 27e9a491bf
commit c76fbe4476
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 10 additions and 6 deletions

View file

@ -1,8 +1,11 @@
ax25-tools AX.25 Packet radio support for linux (additional tools) ax25-tools AX.25 Packet radio support for linux (additional tools)
The AX.25 protocol offers both connected and connectionless modes of operation,
and is used either by itself for point-point links, or to carry other protocols such as TCP/IP and NET/ROM.
It is similar to X.25 level 2 in structure, with some extensions to make it more useful in the amateur radio environment. The AX.25 protocol offers both connected and connectionless modes of
These are hamradio specific tools for setting up and configuring hamradio ports that use AX.25 Net/ROM or ROSE network protocols. operation, and is used either by itself for point-point links, or to
carry other protocols such as TCP/IP and NET/ROM.
It is similar to X.25 level 2 in structure, with some extensions to
make it more useful in the amateur radio environment.
These are hamradio specific tools for setting up and configuring
hamradio ports that use AX.25 Net/ROM or ROSE network protocols.

View file

@ -107,6 +107,7 @@ mv $PKG/etc/ax25/axspawn.conf $PKG/etc/ax25/axspawn.conf.new
mkdir -p $PKG/install mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,5 +1,5 @@
PRGNAM="ax25-tools" PRGNAM="ax25-tools"
VERSION="0.0.8_rc5" VERSION="0.0.10_rc5"
HOMEPAGE="http://www.linux-ax25.org/wiki/Main_Page" HOMEPAGE="http://www.linux-ax25.org/wiki/Main_Page"
DOWNLOAD="http://www.linux-ax25.org/pub/ax25-tools/ax25-tools-0.0.10-rc5.tar.gz" DOWNLOAD="http://www.linux-ax25.org/pub/ax25-tools/ax25-tools-0.0.10-rc5.tar.gz"
MD5SUM="b8cf1495820c445013c3776babcd057d" MD5SUM="b8cf1495820c445013c3776babcd057d"