mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

modified: f/fontconfig/fontconfig-2.13.1.eb modified: i/intltool/intltool-0.51.0.eb new file: x/X11/X11-20190717.eb
33 lines
715 B
Plaintext
33 lines
715 B
Plaintext
# IT4Innovations 2019
|
|
|
|
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-local_compatible PO files."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['http://launchpad.net/intltool/trunk/%(version)s/+download/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
#dependencies = [
|
|
# ('XML-Parser', '2.41'),
|
|
#]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'bin/intltool%s' %
|
|
x for x in [
|
|
'-extract',
|
|
'-merge',
|
|
'-prepare',
|
|
'-update',
|
|
'ize']],
|
|
'dirs': []}
|
|
|
|
moduleclass = 'devel'
|