2001-06-02 11:42:37 +04:00
|
|
|
Summary: Bochs Project x86 PC Emulator
|
2001-05-22 20:50:15 +04:00
|
|
|
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
|
|
|
|
/usr/local/bin/bochs-docs
|
|
|
|
/usr/local/bin/bochs-dlx
|
2001-06-02 11:42:37 +04:00
|
|
|
/usr/local/bin/bximage
|
2001-05-22 20:57:23 +04:00
|
|
|
/usr/local/bochs/@VERSION@
|
2001-05-22 20:50:15 +04:00
|
|
|
/usr/local/bochs/dlxlinux
|
2001-06-02 11:42:37 +04:00
|
|
|
/usr/local/bochs/latest
|
2001-06-04 07:37:54 +04:00
|
|
|
/usr/man/man1/bochs.1
|
|
|
|
/usr/man/man1/bochsrc.1
|
|
|
|
/usr/man/man1/bochs-dlx.1
|
|
|
|
/usr/man/man1/bximage.1
|