Package: qemu Version: 0.6.1 Revision: 1 Depends: sdl-shlibs BuildDepends: sdl Source: http://fabrice.bellard.free.fr/%n/%n-%v.tar.gz Source-MD5: f1b5e103321832d2786dd4110f6c8ae4 UpdateConfigGuess: true PatchScript: sed -e 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1 InstallScript: << make install prefix=%i/usr \ bindir=%i/bin \ datadir=%i/share/qemu \ sharedir=%i/share/qemu \ mandir=%i/share/man \ docdir=%i/share/doc/qemu << DocFiles: README* COPYING* TODO VERSION # Description: Fast CPU Emulator DescDetail: << QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed. QEMU has two operating modes: - Full system emulation. In this mode, QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different Operating Systems without rebooting the PC or to debug system code. - User mode emulation (Linux host only). In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU. It can be used to launch the Wine Windows API emulator or to ease cross-compilation and cross-debugging. As QEMU requires no host kernel patches to run, it is very safe and easy to use. << License: GPL/LGPL Maintainer: Christian Schroeder Homepage: http://fabrice.bellard.free.fr/qemu/