6d0c1213a0
Signed-off-by: Brock Williams <brock@cottonwoodcomputer.com> [Thomas: - properly handle the NLS cases, by adding two patches - use sha256 locally calculated hash for the tarball, add hash for the license file - fix the license information: it's GPL-2.0 licensed, and the license file is doc/COPYING.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
529 B
Plaintext
16 lines
529 B
Plaintext
config BR2_PACKAGE_PDMENU
|
|
bool "pdmenu"
|
|
depends on BR2_USE_MMU # slang
|
|
select BR2_PACKAGE_SLANG
|
|
help
|
|
Pdmenu is a full screen menuing system for Unix. It is
|
|
designed to be easy to use, and is suitable as a login shell
|
|
for inexperienced users, or it can just be ran at the
|
|
command line as a handy menu.
|
|
|
|
Pdmenu features color support and GPM mouse support at the
|
|
Linux console. It was developed on Linux, and has now been
|
|
compiled on many other unixes without problems.
|
|
|
|
https://joeyh.name/code/pdmenu/
|