mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-27 16:51:29 +01:00
Merge branch 'it4i-barbora'
This commit is contained in:
commit
261cb708c4
@ -21,7 +21,7 @@ patches = ['qemu-slirp-smb-2.9.0.patch']
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('VDE2', '2.3.2'),
|
('VDE2', '2.3.2'),
|
||||||
('GLib', '2.57.1'),
|
# ('GLib', '2.57.1'),
|
||||||
('pixman', '0.34.0'),
|
('pixman', '0.34.0'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
34
q/QEMU/QEMU-5.1.0-VDE2.eb
Normal file
34
q/QEMU/QEMU-5.1.0-VDE2.eb
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# IT4Innovations 2020
|
||||||
|
# LK
|
||||||
|
|
||||||
|
easyblock = 'ConfigureMake'
|
||||||
|
|
||||||
|
name = "QEMU"
|
||||||
|
version = "5.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 = SYSTEM
|
||||||
|
|
||||||
|
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'),
|
||||||
|
('Python', '3.8.2', '', ('GCCcore', '9.3.0')),
|
||||||
|
('pixman', '0.34.0'),
|
||||||
|
]
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': ['bin/qemu-x86_64'],
|
||||||
|
'dirs': ['bin', 'share'],
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user