           SPELL=bochs-snapshot
         VERSION=$(wget -qO - http://bochs.sourceforge.net/getcurrent.html | sed -n 's/^.*bochs-\([[:digit:]]*\).tar.gz[^<].*$/\1/p')
          SOURCE=bochs-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bochs-$VERSION
   SOURCE_URL[0]=http://bochs.sourceforge.net/cvs-snapshot/$SOURCE
   SOURCE_IGNORE=volatile
        WEB_SITE=http://bochs.sourceforge.net
         ENTERED=20020531
      LICENSE[0]=GPL
        KEYWORDS="emulator utils"
           SHORT="[snapshot/devel branch] i386 hardware emulator"
cat << EOF
Warning: this is the snapshot/devel branch.

Bochs is a portable x86 PC emulation software package that emulates
enough of the x86 CPU, related AT hardware, and BIOS to run DOS, Windows
95, Linux, FreeBSD, and other OS's, all on your workstation.
EOF
