easyconfigs-it4i/i/intltool/intltool-0.51.0.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

31 lines
709 B
Plaintext

easyblock = 'ConfigureMake'
name = 'intltool'
version = '0.51.0'
homepage = 'http://freedesktop.org/wiki/Software/intltool/'
description = """intltool is a set of tools to centralize translation of
many different file formats using GNU gettext-compatible PO files."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['http://launchpad.net/intltool/trunk/%(version)s/+download/']
sources = [SOURCE_TAR_GZ]
dependencies = [
('XML-Parser', '2.44'),
]
sanity_check_paths = {
'files': [
'bin/intltool%s' %
x for x in [
'-extract',
'-merge',
'-prepare',
'-update',
'ize']],
'dirs': []}
moduleclass = 'devel'