]> git.pld-linux.org Git - packages/BasiliskII.git/blob - BasiliskII.spec
- initial version by Roman Niewiarowski <newrom@pasjo.net.pl>
[packages/BasiliskII.git] / BasiliskII.spec
1 Summary:   A software emulation of the Aplle Macintosh
2 Summary(pl): Programowy emulator Maca
3 Name:      BasiliskII
4 Version:   0.6
5 Release:   1
6 URL:       http://www.uni-mainz.de/~bauec002/B2Main.html
7 Source:    BasiliskII_src_120799.tar.gz
8 Copyright: GPL
9 Group:     Applications/Emulators
10 Group(pl): Aplikacje/Emulatory
11 Vendor: PLD
12 Packager: Roman Niewiarowski <newrom@pasjo.net.pl>
13 BuildRoot: /tmp/%{name}-%{version}-root
14
15 %description
16 BasiliskII is a software emulation of Aple Macintosh system
17 hardware, which enables you to run most available Mac software.  Since
18 it is a software emulation, no extra or special hardware is needed.
19 BasiliskII can be run with MacOS 7.X or 8.X (but 7.0.0 is not recommended)
20 ROM file are not included in this archive, You need a really mac 68k
21 Warning!!! This is the alpha release!!!
22
23 %description -l pl
24 BasiliskII jest programowym emulatorem komputera Aplle Macintosh, 
25 pozwal±jacym na uruchomienie wiêkszosci aplikacji MacOSa. 
26 Emulacja przeprowadzana jest programowo wiêc  nie jest konieczne posiadanie 
27 dodatkowego sprzêtu.  BasiliskII mo¿e pracowaæ z MacOSem 7.X lub 8.X 
28 (aczkolwiek 7.0.0 nie jest polecany)
29 Uwaga!!! Program jest w stadium alfa!!!!
30
31 %prep
32 %setup -q
33
34 %build
35 cd src/Unix
36 ./configure --prefix=/usr
37
38 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 install -d $RPM_BUILD_ROOT/usr/lib/BasiliskII/Linux
44 install -d $RPM_BUILD_ROOT/usr/X11R6/bin
45
46 install -m755 -s src/Unix/BasiliskII $RPM_BUILD_ROOT/usr/X11R6/bin
47
48 cp -R src/Unix/Linux/* $RPM_BUILD_ROOT/usr/lib/BasiliskII/Linux
49 mkdir docs
50 cp CHANGES COPYING README TECH TODO docs
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(-,root,root)
56 %doc docs/*
57 /usr/lib/BasiliskII
58 /usr/X11R6/bin/*
59
60 %changelog
61 * Fri Jul 23 1999 Roman Niewiarowski <newrom@pasjo.net.pl>
62   [0.6-1]
63 - First rpm release
64 - Hallo World ;)
65
66 %changelog -l pl
67 * Fri Jul 23 1999 Roman Niewiarowski <newrom@pasjo.net.pl>
68   [0.6-1]
69 - Pierwsze wydanie w rpmie :)
70 - Hallo World ;)
This page took 0.110951 seconds and 4 git commands to generate.