easyconfigs-it4i/_not_installed/g/gettext/gettext-0.19.7-foss-2015b.eb
2017-03-22 09:44:28 +01:00

24 lines
640 B
Plaintext

easyblock = 'ConfigureMake'
name = 'gettext'
version = '0.19.7'
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': '2015b'}
sources = [SOURCE_TAR_GZ]
source_urls = [GNU_SOURCE]
dependencies = [
('libxml2', '2.9.2'),
('ncurses', '5.9'),
]
configopts = '--without-emacs --with-libxml2-prefix=$EBROOTLIBXML2'
moduleclass = 'vis'