1999-10-03 14:16:26 +00:00
|
|
|
Summary: A free, portable Mac II emulator
|
|
|
|
Name: BasiliskII
|
|
|
|
Version: 0.7
|
1999-10-03 20:40:05 +00:00
|
|
|
Release: 2
|
1999-10-03 14:16:26 +00:00
|
|
|
URL: http://www.uni-mainz.de/~bauec002/B2Main.html
|
1999-10-06 19:34:38 +00:00
|
|
|
Source: BasiliskII_src_06101999.tar.gz
|
1999-10-03 14:16:26 +00:00
|
|
|
Copyright: GPL
|
|
|
|
Group: Applications/Emulators
|
1999-10-03 16:21:28 +00:00
|
|
|
Packager: Christian Bauer <Christian.Bauer@uni-mainz.de>
|
1999-10-03 14:16:26 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Basilisk II is a free, portable, Open Source 68k Mac emulator. It requires
|
|
|
|
a copy of a Mac ROM and a copy of MacOS to run. Basilisk II is freeware and
|
|
|
|
distributed under the GNU General Public License.
|
|
|
|
|
|
|
|
Some features of Basilisk II:
|
|
|
|
- Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5)
|
|
|
|
or a Mac II series machine (which runs MacOS 7.x, 8.0 and 8.1),
|
|
|
|
depending on the ROM being used
|
|
|
|
- Color video display
|
|
|
|
- CD quality sound output
|
|
|
|
- Floppy disk driver (only 1.44MB disks supported)
|
|
|
|
- Driver for HFS partitions and hardfiles
|
|
|
|
- CD-ROM driver with basic audio functions
|
|
|
|
- Ethernet driver
|
|
|
|
- Serial drivers
|
|
|
|
- SCSI Manager (old-style) emulation
|
|
|
|
- Emulates extended ADB keyboard and 3-button mouse
|
|
|
|
- Uses UAE 68k emulation or (under AmigaOS) real 68k processor
|
|
|
|
|
|
|
|
%prep
|
1999-10-03 17:21:45 +00:00
|
|
|
%setup
|
1999-10-03 14:16:26 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
cd src/Unix
|
1999-10-04 21:07:12 +00:00
|
|
|
./configure --prefix=/usr
|
1999-10-03 14:16:26 +00:00
|
|
|
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
|
|
|
%install
|
1999-10-03 16:21:28 +00:00
|
|
|
cd src/Unix
|
|
|
|
make install
|
1999-10-03 14:16:26 +00:00
|
|
|
|
|
|
|
%files
|
1999-10-03 17:11:52 +00:00
|
|
|
%doc ChangeLog COPYING INSTALL README TECH TODO
|
1999-10-04 21:07:12 +00:00
|
|
|
/usr/bin/BasiliskII
|
1999-10-03 16:21:28 +00:00
|
|
|
/usr/man/man1/BasiliskII.1
|
|
|
|
/usr/share/BasiliskII/keycodes
|