]> git.pld-linux.org Git - packages/BasiliskII.git/blob - BasiliskII.spec
- added devices.patch for correct floppy and cd-rom devices names
[packages/BasiliskII.git] / BasiliskII.spec
1 Summary:        A software emulation of the Aplle Macintosh
2 Summary(pl):    Programowy emulator komputera Macintosh
3 Name:           BasiliskII
4 Version:        0.9
5 Release:        2
6 License:        GPL
7 Group:          Applications/Emulators
8 Group(de):      Applikationen/Emulators
9 Group(pl):      Aplikacje/Emulatory
10 Source0:        http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_31052001.tar.gz
11 Source1:        %{name}.desktop
12 Source2:        AppleX.png
13 Patch0:         %{name}-devices.patch
14 URL:            http://www.uni-mainz.de/~bauec002/B2Main.html
15 BuildRequires:  autoconf
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         /usr/X11R6/man
20
21 %description
22 BasiliskII is a software emulation of Aple Macintosh system hardware,
23 which enables you to run most available Mac software. Since it is a
24 software emulation, no extra or special hardware is needed. BasiliskII
25 can be run with MacOS 7.X or 8.X (but 7.0.0 is not recommended) ROM
26 file are not included in this archive, You need a really mac 68k
27 Warning!!! This is the alpha release!!!
28
29 %description -l pl
30 BasiliskII jest programowym emulatorem komputera Aplle Macintosh,
31 pozwal±jacym na uruchomienie wiêkszosci aplikacji MacOSa. Emulacja
32 przeprowadzana jest programowo, wiêc nie jest konieczne posiadanie
33 dodatkowego sprzêtu. BasiliskII mo¿e pracowaæ z MacOSem 7.X lub 8.X
34 (aczkolwiek 7.0.0 nie jest polecany) Uwaga!!! Program jest w stadium
35 alfa!!!!
36
37 %prep
38 %setup -q 
39
40 %patch0 -p1
41
42 %build
43 cd src/Unix
44 autoconf
45 %configure
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 (cd src/Unix
53 %{__make} install DESTDIR=$RPM_BUILD_ROOT)
54
55 install -d $RPM_BUILD_ROOT%{_applnkdir}/Amusements
56 install -d $RPM_BUILD_ROOT%{_pixmapsdir}
57
58 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Amusements
59 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
60
61 gzip -9nf ChangeLog README TECH TODO
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc *.gz
69 %doc src/Unix/Linux
70 %attr(755,root,root) %{_bindir}/*
71 %{_applnkdir}/Amusements/*
72 %{_pixmapsdir}/*
This page took 0.032212 seconds and 4 git commands to generate.