easyconfigs-it4i/g/GLib/GLib-2.40.0.eb
2019-11-06 13:27:39 +01:00

24 lines
565 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-07-07_13-08-51
easyblock = 'ConfigureMake'
name = 'GLib'
version = '2.40.0'
homepage = 'http://www.gtk.org/'
description = """GLib is one of the base libraries of the GTK+ project"""
toolchain = SYSTEM
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.0.13'),
('gettext', '0.19.4'),
]
builddependencies = [('Python', '2.7.13')]
moduleclass = 'vis'