ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/BasiliskII.spec
Revision: 1.2
Committed: 1999-10-03T16:21:28Z (24 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.1: +10 -24 lines
Log Message:
- updated RPM spec file and top-level Makefile
- renamed CHANGES to ChangeLog

File Contents

# User Rev Content
1 cebix 1.1 Summary: A free, portable Mac II emulator
2     Name: BasiliskII
3     Version: 0.7
4 cebix 1.2 Release: 1
5 cebix 1.1 URL: http://www.uni-mainz.de/~bauec002/B2Main.html
6 cebix 1.2 Source: BasiliskII_src_03101999.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     - 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 -q
33    
34     %build
35     cd src/Unix
36 cebix 1.2 ./configure --prefix=/usr --exec_prefix=/usr/X11R6
37 cebix 1.1 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
38    
39     %install
40 cebix 1.2 cd src/Unix
41     make install
42 cebix 1.1
43     %files
44 cebix 1.2 %doc ChangeLog COPYING README TECH TODO
45     /usr/X11R6/bin/BasiliskII
46     /usr/man/man1/BasiliskII.1
47     /usr/share/BasiliskII/keycodes
48 cebix 1.1
49     %changelog
50     * Fri Jul 23 1999 Roman Niewiarowski <newrom@pasjo.net.pl>
51     [0.6-1]
52     - First rpm release