mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
new file: q/QEMU/QEMU-3.1.0-VDE2.eb
modified: v/VDE2/VDE2-2.3.2.eb
This commit is contained in:
parent
6735b14a9e
commit
d3b5a2834d
33
q/QEMU/QEMU-3.1.0-VDE2.eb
Normal file
33
q/QEMU/QEMU-3.1.0-VDE2.eb
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# IT4Innovations 2019
|
||||||
|
|
||||||
|
easyblock = 'ConfigureMake'
|
||||||
|
|
||||||
|
name = "QEMU"
|
||||||
|
version = "3.1.0"
|
||||||
|
versionsuffix = "-VDE2"
|
||||||
|
|
||||||
|
homepage = 'http://wiki.qemu.org/Main_Page'
|
||||||
|
description = """QEMU is a generic and open source machine emulator and
|
||||||
|
virtualizer."""
|
||||||
|
|
||||||
|
configopts = "--target-list=x86_64-softmmu,x86_64-linux-user,i386-softmmu,i386-linux-user"
|
||||||
|
|
||||||
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
|
||||||
|
sources = [SOURCELOWER_TAR_BZ2]
|
||||||
|
source_urls = ['http://wiki.qemu-project.org/download/']
|
||||||
|
|
||||||
|
patches = ['qemu-slirp-smb-2.9.0.patch']
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('VDE2', '2.3.2'),
|
||||||
|
('GLib', '2.57.1'),
|
||||||
|
('pixman', '0.34.0'),
|
||||||
|
]
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': ['bin/qemu-x86_64'],
|
||||||
|
'dirs': ['bin', 'share'],
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'tools'
|
@ -1,4 +1,5 @@
|
|||||||
# Built with EasyBuild version 2.1.1 on 2015-09-17_10-51-16
|
# IT4Innovations 2019
|
||||||
|
|
||||||
easyblock = 'ConfigureMake'
|
easyblock = 'ConfigureMake'
|
||||||
|
|
||||||
name = "VDE2"
|
name = "VDE2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user