mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
34 lines
749 B
Plaintext
34 lines
749 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libSM'
|
|
version = '1.2.2'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """X11 Session Management library, which allows for applications to both manage sessions,
|
|
and make use of session managers to save and restore their state for later use."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = ['http://xorg.freedesktop.org/archive/individual/lib/']
|
|
|
|
dependencies = [
|
|
('libICE', '1.0.9'),
|
|
]
|
|
builddependencies = [
|
|
('xproto', '7.0.26'),
|
|
('xtrans', '1.3.5'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/X11/SM/%s' %
|
|
x for x in [
|
|
'SM.h',
|
|
'SMlib.h',
|
|
'SMproto.h']],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|