           SPELL=qemu
         VERSION=0.9.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://fabrice.bellard.free.fr/qemu/$SOURCE
       SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
#     SOURCE_HASH=sha512:e3e3bffb9858014fd4342680779475a5b012711b2bd9c1d94cdf7579860282a4b5e60a1eaaedb981d27a315055fb00f7239ccf275a7ddc3a1bd512087a37d575
    DISTCC_HOSTS=
     GCC_VERSION=3.4
      LICENSE[0]=GPL/LGPL
        WEB_SITE=http://fabrice.bellard.free.fr/qemu
        KEYWORDS="emulator utils"
         ENTERED=20051102
           SHORT="QEMU is a generic and open source processor emulator"
cat << EOF
QEMU achieves a good emulation speed by using dynamic translation.
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. 
EOF
