mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 12:40:58 +01:00
34 lines
760 B
Plaintext
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'
|