ComputeVM: ncurses-5.9-goolf-1.7.20.eb

File ncurses-5.9-goolf-1.7.20.eb, 571 bytes (added by george, 9 years ago)
Line 
1name = 'ncurses'
2version = '5.9'
3
4homepage = 'http://www.gnu.org/software/ncurses/'
5description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0,
6and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and
7function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses."""
8
9toolchain = {'name': 'goolf', 'version': '1.7.20'}
10toolchainopts = {'optarch': True, 'pic': True}
11
12source_urls = [GNU_SOURCE]
13sources = [SOURCE_TAR_GZ]
14
15moduleclass = 'devel'