Kermit
Download Source: | http://www.columbia.edu/kermit/ftp/test/tar/x.tar.gz |
---|
Contents
Introduction to Kermit
According to Columbia University, Kermit is a combined network and serial communication software package offering a consistent, transport-independent, cross-platform approach to connection establishment, terminal sessions, file transfer, file management, character-set translation, numeric and alphanumeric paging, and automation of file transfer, dialogs, and communication tasks through its built-in scripting language.
Project Homepage: http://www.columbia.edu/kermit/ck80.html
Dependencies
Optional
Configuration Information
The Kermit tarball unpacks into the current directory. Create a working directory and unpack the files there.
mkdir kermit && tar xf x.tar.gz -C kermit
Non-Multilib
Retrieve the man page for ckermit:
wget ftp://kermit.columbia.edu/kermit/f/ckuker.nr
Compile the package:
sed -i -e "s:-O:${BUILD32}:" makefile && make KFLAGS="-DCK_SHADOW" linux
Install the package:
make BINDIR=/usr/bin MANDIR=/usr/share/man/man1 MANEXT=1 install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Retrieve the man page for ckermit:
wget ftp://kermit.columbia.edu/kermit/f/ckuker.nr
Compile the package:
sed -i -e "s:-O:${BUILD32}:" makefile && make KFLAGS="-DCK_SHADOW" linux
Install the package:
make BINDIR=/usr/bin MANDIR=/usr/share/man/man1 MANEXT=1 install
N32
Compile the package:
sed -i -e "s:-O:${BUILDN32}:" makefile && make KFLAGS="-DCK_SHADOW" linux
Install the package:
make BINDIR=/usr/bin MANDIR=/usr/share/man/man1 MANEXT=1 install
64Bit
Compile the package:
sed -i -e "s:-O:${BUILD64}:" makefile && make KFLAGS="-DCK_SHADOW" linux
Install the package:
make BINDIR=/usr/bin MANDIR=/usr/share/man/man1 MANEXT=1 install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | kermit |
Installed Libraries: | None |
Short Descriptions
kermit | is a combined network and serial communication program. |
---|