easyconfigs-it4i/l/libevent/libevent-2.0.22-GNU-4.9.3-2.25.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

20 lines
654 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libevent'
version = '2.0.22'
homepage = 'http://libevent.org/'
description = """The libevent API provides a mechanism to execute a callback function when a specific
event occurs on a file descriptor or after a timeout has been reached.
Furthermore, libevent also support callbacks due to signals or regular timeouts."""
toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'}
source_urls = [
'https://github.com/downloads/%(name)s/%(name)s/',
'https://sourceforge.net/projects/levent/files/%(name)s/%(name)s-%(version_major_minor)s/',
]
sources = ['%(name)s-%(version)s-stable.tar.gz']
moduleclass = 'lib'