| 1 |
cebix |
1.13 |
%define name BasiliskII
|
| 2 |
cebix |
1.22 |
%define version 1.0rc1
|
| 3 |
cebix |
1.13 |
%define release 1
|
| 4 |
|
|
|
| 5 |
cebix |
1.15 |
Summary: 68k Macintosh emulator
|
| 6 |
cebix |
1.13 |
Name: %{name}
|
| 7 |
|
|
Version: %{version}
|
| 8 |
|
|
Release: %{release}
|
| 9 |
cebix |
1.22 |
License: GPL
|
| 10 |
cebix |
1.10 |
Group: Applications/Emulators
|
| 11 |
cebix |
1.22 |
Source0: %{name}_src_30062005.tar.gz
|
| 12 |
cebix |
1.10 |
URL: http://www.uni-mainz.de/~bauec002/B2Main.html
|
| 13 |
cebix |
1.22 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
| 14 |
cebix |
1.16 |
|
| 15 |
|
|
# While the data file path (/usr/share/BasiliskII) is compiled into the
|
| 16 |
|
|
# executable, the data files are not required for operation and their location
|
| 17 |
|
|
# can be overridden with prefs items, so I consider this package to be
|
| 18 |
|
|
# relocatable.
|
| 19 |
cebix |
1.13 |
Prefix: %{_prefix}
|
| 20 |
cebix |
1.1 |
|
| 21 |
|
|
%description
|
| 22 |
cebix |
1.15 |
Basilisk II is an Open Source 68k Macintosh emulator. That is, it enables
|
| 23 |
|
|
you to run 68k MacOS software on you computer, even if you are using a
|
| 24 |
|
|
different operating system. However, you still need a copy of MacOS and
|
| 25 |
|
|
a Macintosh ROM image to use Basilisk II.
|
| 26 |
cebix |
1.1 |
|
| 27 |
|
|
Some features of Basilisk II:
|
| 28 |
|
|
- Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5)
|
| 29 |
|
|
or a Mac II series machine (which runs MacOS 7.x, 8.0 and 8.1),
|
| 30 |
|
|
depending on the ROM being used
|
| 31 |
|
|
- Color video display
|
| 32 |
|
|
- CD quality sound output
|
| 33 |
|
|
- Floppy disk driver (only 1.44MB disks supported)
|
| 34 |
|
|
- Driver for HFS partitions and hardfiles
|
| 35 |
|
|
- CD-ROM driver with basic audio functions
|
| 36 |
cebix |
1.8 |
- Easy file exchange with the host OS via a "Host Directory Tree" icon
|
| 37 |
|
|
on the Mac desktop
|
| 38 |
cebix |
1.1 |
- Ethernet driver
|
| 39 |
|
|
- Serial drivers
|
| 40 |
|
|
- SCSI Manager (old-style) emulation
|
| 41 |
|
|
- Emulates extended ADB keyboard and 3-button mouse
|
| 42 |
cebix |
1.15 |
- Uses UAE 68k emulation or (under AmigaOS and NetBSD/m68k) real 68k
|
| 43 |
|
|
processor
|
| 44 |
cebix |
1.1 |
|
| 45 |
|
|
%prep
|
| 46 |
cebix |
1.13 |
%setup -q
|
| 47 |
cebix |
1.1 |
|
| 48 |
|
|
%build
|
| 49 |
|
|
cd src/Unix
|
| 50 |
cebix |
1.22 |
%configure
|
| 51 |
cebix |
1.21 |
make
|
| 52 |
cebix |
1.1 |
|
| 53 |
|
|
%install
|
| 54 |
cebix |
1.13 |
rm -rf ${RPM_BUILD_ROOT}
|
| 55 |
cebix |
1.2 |
cd src/Unix
|
| 56 |
cebix |
1.22 |
%makeinstall
|
| 57 |
cebix |
1.10 |
|
| 58 |
|
|
%clean
|
| 59 |
cebix |
1.13 |
rm -rf ${RPM_BUILD_ROOT}
|
| 60 |
cebix |
1.1 |
|
| 61 |
|
|
%files
|
| 62 |
cebix |
1.13 |
%defattr(-,root,root)
|
| 63 |
cebix |
1.3 |
%doc ChangeLog COPYING INSTALL README TECH TODO
|
| 64 |
cebix |
1.13 |
%{_bindir}/BasiliskII
|
| 65 |
cebix |
1.17 |
%{_mandir}/man1/BasiliskII.1*
|
| 66 |
cebix |
1.16 |
%config %{_datadir}/BasiliskII/keycodes
|
| 67 |
|
|
%config %{_datadir}/BasiliskII/fbdevices
|