]> git.pld-linux.org Git - packages/BasiliskII.git/blob - BasiliskII.spec
- removed all Group fields translations (oure rpm now can handle translating
[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 %define         _prefix         /usr/X11R6
17 %define         _mandir         /usr/X11R6/man
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 pozwal±jacym na uruchomienie wiêkszosci 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
38 %patch0 -p1
39
40 %build
41 cd src/Unix
42 autoconf
43 %configure
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 (cd src/Unix
51 %{__make} install DESTDIR=$RPM_BUILD_ROOT)
52
53 install -d $RPM_BUILD_ROOT%{_applnkdir}/Amusements
54 install -d $RPM_BUILD_ROOT%{_pixmapsdir}
55
56 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Amusements
57 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
58
59 gzip -9nf ChangeLog README TECH TODO
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc *.gz
67 %doc src/Unix/Linux
68 %attr(755,root,root) %{_bindir}/*
69 %{_applnkdir}/Amusements/*
70 %{_pixmapsdir}/*
This page took 0.059879 seconds and 4 git commands to generate.