]> git.pld-linux.org Git - packages/BasiliskII.git/blob - BasiliskII.spec
- do not list %{_desktopdir}/* -- dangerous, could list directories unexpectedly
[packages/BasiliskII.git] / BasiliskII.spec
1 Summary:        A software emulation of the Apple Macintosh
2 Summary(pl):    Programowy emulator komputera Macintosh
3 Name:           BasiliskII
4 Version:        0.9
5 Release:        7
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 BuildRequires:  libstdc++-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 BasiliskII is a software emulation of Apple Macintosh system hardware,
22 which enables you to run most available Mac software. Since it is a
23 software emulation, no extra or special hardware is needed. BasiliskII
24 can be run with MacOS 7.X or 8.X (but 7.0.0 is not recommended) ROM
25 files are not included in this archive, You need a real mac 68k
26 Warning!!! This is the alpha release!!!
27
28 %description -l pl
29 BasiliskII jest programowym emulatorem komputera Apple Macintosh,
30 pozwalaj±cym na uruchomienie wiêkszo¶ci aplikacji MacOSa. Emulacja
31 przeprowadzana jest programowo, wiêc nie jest konieczne posiadanie
32 dodatkowego sprzêtu. BasiliskII mo¿e pracowaæ z MacOSem 7.X lub 8.X
33 (aczkolwiek 7.0.0 nie jest polecany) Uwaga!!! Program jest w stadium
34 alfa!!!
35
36 %prep
37 %setup -q
38 %patch0 -p1
39 %patch1 -p1
40
41 %build
42 cd src/Unix
43 cp -f /usr/share/automake/config.* .
44 %{__autoconf}
45
46 %configure LDFLAGS="%{rpmldflags} -lstdc++"
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
53
54 %{__make} install -C src/Unix \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
58 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc ChangeLog README TECH TODO src/Unix/Linux
66 %attr(755,root,root) %{_bindir}/*
67 %{_desktopdir}/*.desktop
68 %{_pixmapsdir}/*
69 %dir %{_datadir}/%{name}
70 %{_datadir}/%{name}/fbdevices
71 %{_datadir}/%{name}/keycodes
72 %{_mandir}/man1/*
This page took 0.073177 seconds and 4 git commands to generate.