Config.in 647 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_JOE
  2. bool "joe"
  3. depends on BR2_USE_MMU # fork()
  4. help
  5. Joe's Own Editor
  6. JOE is an easy-to-use, full featured terminal-based screen
  7. editor. Its behavior is a blending of WordStar and GNU-EMACS
  8. (but it does not use code from either program).
  9. It is a great editor for new users or as an alternative to vi.
  10. http://joe-editor.sf.net
  11. config BR2_PACKAGE_JOE_FULL
  12. bool "full install of rc and syntax highlighting files"
  13. default y
  14. depends on BR2_PACKAGE_JOE
  15. help
  16. Install all rc and syntax highlighting files. Without this
  17. option only the joe binary is installed, which contains a
  18. default configuration.