2001-05-22 20:50:15 +04:00
|
|
|
Summary: Bochs Project X86 PC Emulator
|
|
|
|
Name: bochs
|
2001-05-22 20:57:23 +04:00
|
|
|
Version: @VERSION@
|
2001-05-25 20:58:48 +04:00
|
|
|
Release: 1
|
2001-05-22 20:50:15 +04:00
|
|
|
License: LGPL
|
|
|
|
Group: Applications/Emulators
|
|
|
|
URL:http://bochs.sourceforge.net
|
|
|
|
Packager:Bryce Denney <bryce.denney@bigfoot.com>
|
|
|
|
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
|
2001-05-23 07:16:34 +04:00
|
|
|
sh .conf.linux-x86
|
2001-05-22 20:50:15 +04:00
|
|
|
make
|
|
|
|
%install
|
|
|
|
pwd
|
|
|
|
cd $RPM_BUILD_DIR/bochs
|
|
|
|
make install
|
|
|
|
%files
|
|
|
|
/usr/local/bin/bochs
|
2001-05-22 20:57:23 +04:00
|
|
|
/usr/local/bin/bochs-@VERSION@
|
2001-05-22 20:50:15 +04:00
|
|
|
/usr/local/bin/bochs-docs
|
|
|
|
/usr/local/bin/bochs-dlx
|
2001-05-22 20:57:23 +04:00
|
|
|
/usr/local/bochs/@VERSION@
|
2001-05-22 20:50:15 +04:00
|
|
|
/usr/local/bochs/dlxlinux
|