mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
23 lines
536 B
Plaintext
23 lines
536 B
Plaintext
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 = {'name': 'GCC', 'version': '4.9.3-local_binutils-2.25'}
|
|
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.4'),
|
|
('libxml2', '2.9.2'),
|
|
]
|
|
|
|
moduleclass = 'vis'
|