easyconfigs-it4i/l/libXScrnSaver/libXScrnSaver-1.2.2.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

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'