home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vile-src.zip / vile-8.1 / vile.spec < prev    next >
Text File  |  1998-10-02  |  1KB  |  50 lines

  1. Summary: VILE VI Like Emacs editor
  2. Name: vile
  3. Version: 8.1
  4. Release: Radek
  5. Copyright: Freely Distributable, copyright statements must be maintained
  6. Group: Applications/Editors
  7. Source: ftp.clark.net:/pub/dickey/vile/vile-8.1.tgz
  8. Packager: Radek Liboska <liboska@uochb.cas.cz>
  9. #Patch1 : vile-8.1.patch
  10.  
  11. %description
  12. Vile is a text editor which is extremely compatible with vi in terms
  13. of "finger feel".  In addition, it has extended capabilities in many areas,
  14. notably multi-file editing and viewing, key rebinding, and real X window
  15. system support.
  16.  
  17. %prep
  18. %setup
  19. #%patch1 -p1
  20. %build
  21. %install
  22. ./configure --prefix=/usr
  23. make install
  24. ./configure --prefix=/usr --with-screen=ncurses --with-screen=x11 --with-locale
  25. make clean
  26. make install
  27. mv /usr/bin/xvile /usr/X11R6/bin/xvile
  28. mv /usr/man/man1/xvile.1 /usr/X11R6/man/man1/xvile.1
  29. strip /usr/X11R6/bin/xvile
  30. strip /usr/bin/vile
  31. strip /usr/bin/vile-manfilt
  32. strip /usr/bin/vile-c-filt
  33. strip /usr/bin/vile-pas-filt
  34. strip /usr/bin/vile-crypt
  35.  
  36. %files
  37. %doc CHANGES CHANGES.R3 CHANGES.R4 CHANGES.R5 CHANGES.R6
  38. %doc COPYING INSTALL MANIFEST
  39. %doc README README.PC
  40. %doc doc/*
  41. /usr/X11R6/bin/xvile
  42. /usr/X11R6/man/man1/xvile.1
  43. /usr/bin/vile
  44. /usr/bin/vile-manfilt
  45. /usr/bin/vile-c-filt
  46. /usr/bin/vile-pas-filt
  47. /usr/bin/vile-crypt
  48. /usr/man/man1/vile.1
  49. /usr/share/vile
  50.