]> git.pld-linux.org Git - packages/BasiliskII.git/blob - BasiliskII.spec
- added acfix patch to avoid neverending loop; still doesn't build though
[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:        3
6 License:        GPL
7 Group:          Applications/Emulators
8 Source0:        http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_31052001.tar.gz
9 # Source0-md5:  5017e21226c27a4a029da0486dcf04e1
10 Source1:        %{name}.desktop
11 Source2:        AppleX.png
12 Patch0:         %{name}-devices.patch
13 Patch1:         %{name}-acfix.patch
14 URL:            http://www.uni-mainz.de/~bauec002/B2Main.html
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 BasiliskII is a software emulation of Aple Macintosh system hardware,
21 which enables you to run most available Mac software. Since it is a
22 software emulation, no extra or special hardware is needed. BasiliskII
23 can be run with MacOS 7.X or 8.X (but 7.0.0 is not recommended) ROM
24 file are not included in this archive, You need a really mac 68k
25 Warning!!! This is the alpha release!!!
26
27 %description -l pl
28 BasiliskII jest programowym emulatorem komputera Aplle Macintosh,
29 pozwalaj±cym na uruchomienie wiêkszo¶ci aplikacji MacOSa. Emulacja
30 przeprowadzana jest programowo, wiêc nie jest konieczne posiadanie
31 dodatkowego sprzêtu. BasiliskII mo¿e pracowaæ z MacOSem 7.X lub 8.X
32 (aczkolwiek 7.0.0 nie jest polecany) Uwaga!!! Program jest w stadium
33 alfa!!!!
34
35 %prep
36 %setup -q
37 %patch0 -p1
38 %patch1 -p1
39
40 %build
41 cd src/Unix
42 cp -f /usr/share/automake/config.* .
43 %{__autoconf}
44 %configure
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Amusements,%{_pixmapsdir}}
51
52 %{__make} install -C src/Unix \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Amusements
56 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc ChangeLog README TECH TODO src/Unix/Linux
64 %attr(755,root,root) %{_bindir}/*
65 %{_applnkdir}/Amusements/*
66 %{_pixmapsdir}/*
This page took 0.072132 seconds and 4 git commands to generate.