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