ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/BasiliskII.spec
Revision: 1.22
Committed: 2005-06-30T21:27:26Z (18 years, 9 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-19, nigel-build-17, HEAD
Changes since 1.21: +6 -15 lines
Log Message:
modernized spec file and makefile

File Contents

# Content
1 %define name BasiliskII
2 %define version 1.0rc1
3 %define release 1
4
5 Summary: 68k Macintosh emulator
6 Name: %{name}
7 Version: %{version}
8 Release: %{release}
9 License: GPL
10 Group: Applications/Emulators
11 Source0: %{name}_src_30062005.tar.gz
12 URL: http://www.uni-mainz.de/~bauec002/B2Main.html
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
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 Prefix: %{_prefix}
20
21 %description
22 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
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 - Easy file exchange with the host OS via a "Host Directory Tree" icon
37 on the Mac desktop
38 - Ethernet driver
39 - Serial drivers
40 - SCSI Manager (old-style) emulation
41 - Emulates extended ADB keyboard and 3-button mouse
42 - Uses UAE 68k emulation or (under AmigaOS and NetBSD/m68k) real 68k
43 processor
44
45 %prep
46 %setup -q
47
48 %build
49 cd src/Unix
50 %configure
51 make
52
53 %install
54 rm -rf ${RPM_BUILD_ROOT}
55 cd src/Unix
56 %makeinstall
57
58 %clean
59 rm -rf ${RPM_BUILD_ROOT}
60
61 %files
62 %defattr(-,root,root)
63 %doc ChangeLog COPYING INSTALL README TECH TODO
64 %{_bindir}/BasiliskII
65 %{_mandir}/man1/BasiliskII.1*
66 %config %{_datadir}/BasiliskII/keycodes
67 %config %{_datadir}/BasiliskII/fbdevices