easyconfigs-it4i/g/GLib/GLib-2.48.0-intel-2016a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

40 lines
951 B
Plaintext

easyblock = 'ConfigureMake'
name = 'GLib'
version = '2.48.0'
homepage = 'http://www.gtk.org/'
description = """GLib is one of the base libraries of the GTK+ project"""
toolchain = {'name': 'intel', 'version': '2016a'}
toolchainopts = {'optarch': True, 'pic': True}
source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
dependencies = [
('libffi', '3.2.1'),
('gettext', '0.19.7'),
('libxml2', '2.9.3'),
('PCRE', '8.38'),
]
builddependencies = [('Python', '2.7.11')]
configopts = "--disable-maintainer-mode --disable-silent-rules --disable-libelf --enable-static --enable-shared --disable-systemtap"
postinstallcmds = [
"sed -i -e 's|#!.*python|#!/usr/bin/env python|' %(installdir)s/bin/*"]
sanity_check_paths = {
'files': [
'lib/libglib-%(version_major)s.0.a',
'lib/libglib-%%(version_major)s.0.%s' %
SHLIB_EXT],
'dirs': [
'bin',
'include'],
}
moduleclass = 'vis'