home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / gku100.spec < prev    next >
Text File  |  2020-01-01  |  2KB  |  50 lines

  1. Source: ftp://kermit.columbia.edu/kermit/archives/gkermit.tar.gz
  2. URL: http://www.columbia.edu/kermit/gkermit.html
  3. License: GPL
  4. Name: gkermit
  5. Version: 1.00
  6. Release: 1
  7. Group: Applications/Communications
  8. Packager: Bennett Todd <bet@rahul.net>
  9. Summary: GPLed kermit file transfer protocol implementation
  10. BuildRoot: /var/tmp/gkermit
  11. %description
  12.  
  13. C-Kermit is a rich, complex program with a long development history.
  14. It's licensed under terms intended to help fund ongoing support, as
  15. a result of which it's not completely freely redistributable. It
  16. includes terminal emulation, a vast assortment of protocol options,
  17. and basically everything else in the universe. It's large and
  18. complex.
  19.  
  20. This package, gkermit, is a tiny kermit file transfer protocol
  21. implementation. It doesn't include terminal emulation support. It
  22. works directly as the "server end" for Unix interaction, and can be
  23. used as the client end if the terminal emulation program you are
  24. using can call out to an external driver for a file transfer
  25. protocol. It is simple and compact, and freely redistributable. It's
  26. portable nearly everywhere with minimal conditional code --- most
  27. platforms build with nothing more than "make posix".
  28.  
  29. %changelog
  30. * Thu Jan 13 2000 Bennett Todd <bet@rahul.net>
  31.   - Initial packaging, Version 1.00 Release 1
  32.  
  33. %prep
  34. %setup -c
  35.  
  36. %build
  37.  
  38. make posix
  39.  
  40. %install
  41. mkdir -p $RPM_BUILD_ROOT/usr/{bin,man/man1}
  42. install -s gkermit $RPM_BUILD_ROOT/usr/bin/gkermit
  43. install gkermit.nr $RPM_BUILD_ROOT/usr/man/man1/gkermit.1
  44.  
  45. %files
  46. %defattr(-,root,root)
  47. /usr/bin/gkermit
  48. %doc /usr/man/man1/gkermit.1
  49. %doc [A-Z]*
  50.