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