]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - qemu/qemu.nm
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / qemu / qemu.nm
CommitLineData
2daaede6 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2daaede6
BS
4###############################################################################
5
802ea3af 6name = qemu-kvm
13c5aff0 7version = 0.15.0
802ea3af 8release = 1
2daaede6 9
802ea3af
MT
10groups = Applications/Virtualization
11url = http://www.linux-kvm.org/page/Main_Page
12license = GPLv2+
13summary = QEMU is a generic and open source machine emulator and virtualizer.
2daaede6 14
802ea3af
MT
15description
16 QEMU is a processor emulator that relies on dynamic binary translation
17 to achieve a reasonable speed while being easy to port on new host CPU
2daaede6 18 architectures.
802ea3af
MT
19end
20
21source_dl =
22
23build
24 requires
13c5aff0 25 glib2-devel
802ea3af
MT
26 libcurl-devel
27 libuuid-devel
28 gnutls-devel
29 ncurses-devel
30 pciutils-devel
31 sdl-devel
32 zlib-devel
33 end
34
802ea3af
MT
35 configure_options = \
36 --prefix=/usr \
37 --enable-kvm \
38 --extra-cflags="%{CFLAGS}" \
39 --disable-strip \
40 --disable-xen \
41 --sysconfdir=/etc \
13c5aff0 42 --target-list="i386-softmmu arm-softmmu"
802ea3af
MT
43
44 configure_cmds
45 sed -e "s@-Wl,-rpath,/usr/lib@@g" -i */config-target.mak
46 end
47end
48
49quality-agent
50 whitelist_execstack
51 /usr/share/qemu/openbios*
52 end
53end
54
55packages
56 package %{name}
1f9bc2f0
MT
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
802ea3af 61end