]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - qemu/qemu.nm
e5b9b898f28d0442d12127394a6a946d9d894464
[people/ms/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.14.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 libcurl-devel
26 libuuid-devel
27 gnutls-devel
28 ncurses-devel
29 pciutils-devel
30 sdl-devel
31 zlib-devel
32 end
33
34 # target-list is not working with i386 because of some PIE or PIC errors
35 #--target-list="i386-linux-user i386-softmmu"
36 configure_options = \
37 --prefix=/usr \
38 --enable-kvm \
39 --extra-cflags="%{CFLAGS}" \
40 --disable-strip \
41 --disable-xen \
42 --sysconfdir=/etc \
43 --target-list="i386-softmmu"
44
45 configure_cmds
46 sed -e "s@-Wl,-rpath,/usr/lib@@g" -i */config-target.mak
47 end
48 end
49
50 quality-agent
51 whitelist_execstack
52 /usr/share/qemu/openbios*
53 end
54 end
55
56 packages
57 package %{name}
58 end