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