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