home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
archives
/
gku100.spec
< prev
next >
Wrap
Text File
|
2000-01-12
|
2KB
|
50 lines
Source: ftp://kermit.columbia.edu/kermit/archives/gkermit.tar.gz
URL: http://www.columbia.edu/kermit/gkermit.html
License: GPL
Name: gkermit
Version: 1.00
Release: 1
Group: Applications/Communications
Packager: Bennett Todd <bet@rahul.net>
Summary: GPLed kermit file transfer protocol implementation
BuildRoot: /var/tmp/gkermit
%description
C-Kermit is a rich, complex program with a long development history.
It's licensed under terms intended to help fund ongoing support, as
a result of which it's not completely freely redistributable. It
includes terminal emulation, a vast assortment of protocol options,
and basically everything else in the universe. It's large and
complex.
This package, gkermit, is a tiny kermit file transfer protocol
implementation. It doesn't include terminal emulation support. It
works directly as the "server end" for Unix interaction, and can be
used as the client end if the terminal emulation program you are
using can call out to an external driver for a file transfer
protocol. It is simple and compact, and freely redistributable. It's
portable nearly everywhere with minimal conditional code --- most
platforms build with nothing more than "make posix".
%changelog
* Thu Jan 13 2000 Bennett Todd <bet@rahul.net>
- Initial packaging, Version 1.00 Release 1
%prep
%setup -c
%build
make posix
%install
mkdir -p $RPM_BUILD_ROOT/usr/{bin,man/man1}
install -s gkermit $RPM_BUILD_ROOT/usr/bin/gkermit
install gkermit.nr $RPM_BUILD_ROOT/usr/man/man1/gkermit.1
%files
%defattr(-,root,root)
/usr/bin/gkermit
%doc /usr/man/man1/gkermit.1
%doc [A-Z]*