Summary: Bochs Project x86 PC Emulator Name: bochs Version: @VERSION@ Release: 1 License: LGPL Group: Applications/Emulators URL:http://bochs.sourceforge.net Packager:Bryce Denney Source:bochs.tar.gz %description 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, Minix 2.0, and other OS's, all on your workstation. %prep rm -rf $RPM_BUILD_DIR/bochs tar xzvf $RPM_SOURCE_DIR/bochs.tar.gz %build cd $RPM_BUILD_DIR/bochs sh .conf.linux-x86 make %install pwd cd $RPM_BUILD_DIR/bochs make install %files /usr/local/bin/bochs /usr/local/bin/bochs-docs /usr/local/bin/bochs-dlx /usr/local/bin/bximage /usr/local/bochs/@VERSION@ /usr/local/bochs/dlxlinux /usr/local/bochs/latest /usr/man/man1/bochs.1 /usr/man/man1/bochsrc.1 /usr/man/man1/bochs-dlx.1 /usr/man/man1/bximage.1