home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / gkermit-1.0-1.src.rpm / gkermit-1.0.1.cpio.gz / gkermit-1.0.1.cpio / gkermit.spec < prev    next >
Text File  |  2020-01-01  |  2KB  |  55 lines

  1. Name: gkermit
  2. Summary: A mini-kermit program that is distributed under GPL
  3. Group: Applications/Communications
  4. Source: ftp://kermit.columbia.edu/kermit/archives/gkermit.tar.gz
  5. Patch0: gkermit-1.0-redhat.patch
  6. Copyright: GPL
  7. Version: 1.0
  8. Release: 1
  9. BuildRoot: /var/tmp/%{name}-root
  10. Url: http://www.columbia.edu/kermit/gkermit.html
  11.  
  12. %description
  13. G-Kermit is a Unix program for transferring files with the Kermit protocol.
  14. G-Kermit is a product of the Kermit Project at Columbia University in New York
  15. City.
  16.  
  17. G-Kermit is Fast, Small, Portable, Easy to use, Interoperable,
  18. Low-maintenance, Stable and reliable. Features include Text and binary file
  19. transfer on both 7-bit and 8-bit connections, Files can be transferred
  20. singly or in groups, Automatic startup configuration via GKERMIT environment
  21. variable, Configurability as an external protocol
  22.  
  23. Kermit protocol features include Automatic peer recognition, Streaming on
  24. reliable connections, Selectable packet length, 40 to 9000 bytes (4000
  25. default), Single shifts for 8-bit data on 7-bit connections,
  26. Control-character prefixing for control-character transparency,
  27. Control-character unprefixing for increased speed (incoming only),
  28. Compression of repeated bytes, Per-file and batch cancellation.
  29.  
  30. Features not included are Making connections, Character-set translation,
  31. Interactive commands and scripting, File date-time stamps
  32.  
  33. %prep
  34. %setup -c
  35. %patch0 -p1 -b .redhat
  36.  
  37. %build
  38. make
  39.  
  40. %install
  41. rm -rf $RPM_BUILD_ROOT
  42. make install DESTDIR=$RPM_BUILD_ROOT
  43.  
  44. %clean
  45. rm -rf $RPM_BUILD_ROOT
  46.  
  47. %files
  48. /usr/bin/gkermit
  49. /usr/man/man1/gkermit.1*
  50.  
  51. %changelog
  52. * Thu Jan 13 2000 Cristian Gafton <gafton@redhat.com>
  53. - create first version of the package
  54.  
  55.