From 129e9cd85d5ab0526cfe591cebc5dbcad0e18dce Mon Sep 17 00:00:00 2001 From: cebix <> Date: Tue, 10 Oct 2000 21:14:22 +0000 Subject: [PATCH] updated docs --- BasiliskII/BasiliskII.spec | 14 ++++++++------ BasiliskII/Makefile | 1 - BasiliskII/README | 14 +++++++------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/BasiliskII/BasiliskII.spec b/BasiliskII/BasiliskII.spec index b6e68037..1e1caea9 100644 --- a/BasiliskII/BasiliskII.spec +++ b/BasiliskII/BasiliskII.spec @@ -2,21 +2,22 @@ %define version 0.8 %define release 1 -Summary: Free, portable 68k Macintosh emulator +Summary: 68k Macintosh emulator Name: %{name} Version: %{version} Release: %{release} Copyright: GPL Group: Applications/Emulators -Source: %{name}_src_05102000.tar.gz +Source: %{name}_src_10102000.tar.gz URL: http://www.uni-mainz.de/~bauec002/B2Main.html BuildRoot: %{_tmppath}/%{name}-root Prefix: %{_prefix} %description -Basilisk II is a free, portable, Open Source 68k Macintosh emulator. It -requires a copy of a Mac ROM and a copy of MacOS to run. Basilisk II is -freeware and distributed under the GNU General Public License. +Basilisk II is an Open Source 68k Macintosh emulator. That is, it enables +you to run 68k MacOS software on you computer, even if you are using a +different operating system. However, you still need a copy of MacOS and +a Macintosh ROM image to use Basilisk II. Some features of Basilisk II: - Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5) @@ -33,7 +34,8 @@ Some features of Basilisk II: - Serial drivers - SCSI Manager (old-style) emulation - Emulates extended ADB keyboard and 3-button mouse - - Uses UAE 68k emulation or (under AmigaOS) real 68k processor + - Uses UAE 68k emulation or (under AmigaOS and NetBSD/m68k) real 68k + processor %prep %setup -q diff --git a/BasiliskII/Makefile b/BasiliskII/Makefile index ecc31a5b..a639fcfe 100644 --- a/BasiliskII/Makefile +++ b/BasiliskII/Makefile @@ -45,7 +45,6 @@ $(SRCARCHIVE): $(SRCS) $(DOCS) cd $(TMPDIR); cvs export -D "$(ISODATE)" BasiliskII cp src/Unix/config.h.in src/Unix/configure $(TMPDIR)/BasiliskII/src/Unix rm $(TMPDIR)/BasiliskII/Makefile - rm -rf $(TMPDIR)/BasiliskII/src/powerrom_cpu #not yet ready for distribution mv $(TMPDIR)/BasiliskII $(TMPDIR)/$(VERNAME) cd $(TMPDIR); tar cfz $@ $(VERNAME) mv $(TMPDIR)/$@ . diff --git a/BasiliskII/README b/BasiliskII/README index 7b607d1d..36b79c1d 100644 --- a/BasiliskII/README +++ b/BasiliskII/README @@ -1,9 +1,8 @@ - Basilisk II, Version 0.8 - A free, portable Mac II emulator + Basilisk II, Version 0.8 + A 68k Macintosh emulator - Copyright (C) 1997-2000 Christian Bauer et al. - Freely distributable + Copyright (C) 1997-2000 Christian Bauer et al. License @@ -16,9 +15,10 @@ See the file "COPYING" that is included in the distribution for details. Overview -------- -Basilisk II is a free, portable, Open Source 68k Mac emulator. It requires -a copy of a Mac ROM and a copy of MacOS to run. Basilisk II is freeware and -distributed under the GNU General Public License. +Basilisk II is an Open Source 68k Macintosh emulator. That is, it enables +you to run 68k MacOS software on you computer, even if you are using a +different operating system. However, you still need a copy of MacOS and +a Macintosh ROM image to use Basilisk II. Basilisk II has currently been ported to the following systems: - BeOS R4 (PowerPC and x86)