mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
16 lines
571 B
Plaintext
16 lines
571 B
Plaintext
name = 'ncurses'
|
|
version = '5.9'
|
|
|
|
homepage = 'http://www.gnu.org/software/ncurses/'
|
|
description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0,
|
|
and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and
|
|
function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2015g'}
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
moduleclass = 'devel'
|