mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-09 08:22:12 +01:00

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
27 lines
573 B
Plaintext
27 lines
573 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libXScrnSaver'
|
|
version = '1.2.2'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """X11 Screen Saver extension client library"""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_LIB_SOURCE]
|
|
|
|
#dependencies = [
|
|
# ('libX11', '1.6.3', '-Python-2.7.9'),
|
|
# ('libXext', '1.3.3')
|
|
#]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libXss.a', 'lib/libXss.%s' % SHLIB_EXT, 'include/X11/extensions/scrnsaver.h'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|