diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 17:44:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:01 +0700 |
commit | c76fbe447633e414d085bb1695b581da26f5dcaa (patch) | |
tree | b0b6c91bb66a19d9c209644bd75a7d3c24820b75 /ham | |
parent | 27e9a491bf1e0ba72cf324a1a69530abec9861e6 (diff) | |
download | slackbuilds-c76fbe447633e414d085bb1695b581da26f5dcaa.tar.gz |
ham/ax25-tools: Fix README, .info, doinst.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/ax25-tools/README | 13 | ||||
-rw-r--r-- | ham/ax25-tools/ax25-tools.SlackBuild | 1 | ||||
-rw-r--r-- | ham/ax25-tools/ax25-tools.info | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/ham/ax25-tools/README b/ham/ax25-tools/README index 8bc9b57fad..767ed7063c 100644 --- a/ham/ax25-tools/README +++ b/ham/ax25-tools/README @@ -1,8 +1,11 @@ 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. -These are hamradio specific tools for setting up and configuring hamradio ports that use AX.25 Net/ROM or ROSE network protocols. +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. + +These are hamradio specific tools for setting up and configuring +hamradio ports that use AX.25 Net/ROM or ROSE network protocols. diff --git a/ham/ax25-tools/ax25-tools.SlackBuild b/ham/ax25-tools/ax25-tools.SlackBuild index a9e304b6e1..0689f57a12 100644 --- a/ham/ax25-tools/ax25-tools.SlackBuild +++ b/ham/ax25-tools/ax25-tools.SlackBuild @@ -107,6 +107,7 @@ mv $PKG/etc/ax25/axspawn.conf $PKG/etc/ax25/axspawn.conf.new mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/ham/ax25-tools/ax25-tools.info b/ham/ax25-tools/ax25-tools.info index f059277192..8e7c6ff61f 100644 --- a/ham/ax25-tools/ax25-tools.info +++ b/ham/ax25-tools/ax25-tools.info @@ -1,5 +1,5 @@ PRGNAM="ax25-tools" -VERSION="0.0.8_rc5" +VERSION="0.0.10_rc5" 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" MD5SUM="b8cf1495820c445013c3776babcd057d" |