easyconfigs-it4i/v/VDE2/VDE2-2.3.2.eb
Lukáš Krupčík d3b5a2834d new file: q/QEMU/QEMU-3.1.0-VDE2.eb
modified:   v/VDE2/VDE2-2.3.2.eb
2019-02-06 07:27:54 +01:00

34 lines
760 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = "VDE2"
version = "2.3.2"
homepage = 'http://vde.sourceforge.net'
description = """VDE is an ethernet compliant virtual network that
can be spawned over a set of physical computer over the Internet.
VDE is part of virtualsquare project."""
toolchain = {'name': 'dummy', 'version': ''}
sources = [SOURCELOWER_TAR_BZ2]
source_urls = ['https://netix.dl.sourceforge.net/project/vde/vde2/%(version)s/']
patches = ['vde2-slirpvde-sigpipe.patch']
sanity_check_paths = {
'files': ['bin/vde_switch'],
'dirs': ['bin', 'etc', 'share'],
}
# It fails in case of default value
parallel = 1
modextravars = {
'VDE2_HOME': '%(installdir)s',
'VDE2_DIR': '%(installdir)s',
}
moduleclass = 'tools'