mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 20:20:49 +01:00
19 lines
678 B
Plaintext
19 lines
678 B
Plaintext
# Built with EasyBuild version 2.1.1 on 2015-06-29_19-47-32
|
|
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': 'GNU', 'version': '5.1.0-2.25'}
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
patches = ['ncurses-5.9-GCC-5.1.0.patch']
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
moduleclass = 'devel'
|