1 |
cebix |
1.1 |
Summary: A free, portable Mac II emulator |
2 |
|
|
Name: BasiliskII |
3 |
cebix |
1.8 |
Version: 0.8 |
4 |
|
|
Release: 1 |
5 |
cebix |
1.1 |
URL: http://www.uni-mainz.de/~bauec002/B2Main.html |
6 |
cebix |
1.9 |
Source: BasiliskII_src_02111999.tar.gz |
7 |
cebix |
1.1 |
Copyright: GPL |
8 |
|
|
Group: Applications/Emulators |
9 |
cebix |
1.2 |
Packager: Christian Bauer <Christian.Bauer@uni-mainz.de> |
10 |
cebix |
1.1 |
|
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 |
cebix |
1.8 |
- Easy file exchange with the host OS via a "Host Directory Tree" icon |
26 |
|
|
on the Mac desktop |
27 |
cebix |
1.1 |
- Ethernet driver |
28 |
|
|
- Serial drivers |
29 |
|
|
- SCSI Manager (old-style) emulation |
30 |
|
|
- Emulates extended ADB keyboard and 3-button mouse |
31 |
|
|
- Uses UAE 68k emulation or (under AmigaOS) real 68k processor |
32 |
|
|
|
33 |
|
|
%prep |
34 |
cebix |
1.4 |
%setup |
35 |
cebix |
1.1 |
|
36 |
|
|
%build |
37 |
|
|
cd src/Unix |
38 |
cebix |
1.6 |
./configure --prefix=/usr |
39 |
cebix |
1.1 |
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" |
40 |
|
|
|
41 |
|
|
%install |
42 |
cebix |
1.2 |
cd src/Unix |
43 |
|
|
make install |
44 |
cebix |
1.1 |
|
45 |
|
|
%files |
46 |
cebix |
1.3 |
%doc ChangeLog COPYING INSTALL README TECH TODO |
47 |
cebix |
1.6 |
/usr/bin/BasiliskII |
48 |
cebix |
1.2 |
/usr/man/man1/BasiliskII.1 |
49 |
|
|
/usr/share/BasiliskII/keycodes |