easyconfigs-it4i/g/gettext/gettext-0.19.8-foss-2016.04.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

24 lines
642 B
Plaintext

easyblock = 'ConfigureMake'
name = 'gettext'
version = '0.19.8'
homepage = 'http://www.gnu.org/software/gettext/'
description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may
build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools
and documentation"""
toolchain = {'name': 'foss', 'version': '2016.04'}
sources = [SOURCE_TAR_GZ]
source_urls = [GNU_SOURCE]
dependencies = [
('libxml2', '2.9.4'),
('ncurses', '6.0'),
]
configopts = '--without-emacs --with-libxml2-prefix=$EBROOTLIBXML2'
moduleclass = 'vis'