easyconfigs-it4i/g/GLib/GLib-2.60.0.eb
Lukáš Krupčík 80b50fab56 new file: a/ATK/ATK-2.26.1.eb
new file:   g/GLib/GLib-2.60.0.eb
	new file:   g/GObject-Introspection/GObject-Introspection-1.60.1.eb
	new file:   g/GTK3/GTK3-3.24.7.eb
	new file:   g/Gdk-Pixbuf/Gdk-Pixbuf-2.38.1.eb
	new file:   l/libXScrnSaver/libXScrnSaver-1.2.2.eb
	new file:   p/Pango/Pango-1.42.4.eb
2019-04-08 13:33:39 +02:00

45 lines
1.1 KiB
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'GLib'
version = '2.60.0'
homepage = 'http://www.gtk.org/'
description = """GLib is one of the base libraries of the GTK+ project"""
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'optarch': True, 'pic': True}
source_urls = [
'http://ftp.gnome.org/pub/gnome/sources/glib/%(version_major_minor)s/']
sources = ['glib-%(version)s.tar.xz']
dependencies = [
('libffi', '3.2.1'),
('gettext', '0.19.8.1'),
('libxml2', '2.9.4'),
('PCRE', '8.42'),
('util-linux', '2.32'),
]
builddependencies = [('Py', '2.7')]
configopts = "--disable-maintainer-mode --disable-silent-rules --disable-libelf --disable-systemtap "
configopts += "--enable-static --enable-shared"
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'