easyconfigs-it4i/ARCHIVE/d/DBus/DBus-1.10.12-intel-2016b.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

39 lines
1.0 KiB
Plaintext

easyblock = 'ConfigureMake'
name = 'DBus'
version = '1.10.12'
homepage = 'http://dbus.freedesktop.org/doc/dbus-glib'
description = """D-Bus is a message bus system, a simple way for applications to talk
to one another. In addition to interprocess communication, D-Bus helps
coordinate process lifecycle; it makes it simple and reliable to code
a "single instance" application or daemon, and to launch applications
and daemons on demand when their services are needed."""
toolchain = {'name': 'intel', 'version': '2016b'}
source_urls = ['http://dbus.freedesktop.org/releases/dbus']
sources = [SOURCELOWER_TAR_GZ]
sanity_check_paths = {
'files': [
'bin/dbus-%s' %
x for x in [
'cleanup-sockets',
'daemon',
'launch',
'monitor',
'run-session',
'send',
'uuidgen']] +
[
'lib/libdbus-1.%s' %
x for x in [
'a',
SHLIB_EXT]],
'dirs': [
'include',
'share']}
moduleclass = 'devel'