]> git.pld-linux.org Git - packages/BasiliskII.git/blob - BasiliskII.spec
- fixed pl translations
[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.7
5 Release:        1
6 Copyright:      GPL
7 Group:          Applications/Emulators
8 Group(pl):      Aplikacje/Emulatory
9 Source:         http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_250799.tar.gz
10 Patch:          BasiliskII-DESTDIR.patch
11 URL:            http://www.uni-mainz.de/~bauec002/B2Main.html
12 BuildRoot:      /tmp/%{name}-%{version}-root
13
14 %define         _prefix         /usr/X11R6
15 %define         _mandir         /usr/X11R6/man
16
17 %description
18 BasiliskII is a software emulation of Aple Macintosh system
19 hardware, which enables you to run most available Mac software.  Since
20 it is a software emulation, no extra or special hardware is needed.
21 BasiliskII can be run with MacOS 7.X or 8.X (but 7.0.0 is not recommended)
22 ROM 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, pozwal±jacym
27 na uruchomienie wiêkszosci aplikacji MacOSa. Emulacja przeprowadzana jest
28 programowo, wiêc nie jest konieczne posiadanie dodatkowego sprzêtu. BasiliskII
29 mo¿e pracowaæ z MacOSem 7.X lub 8.X (aczkolwiek 7.0.0 nie jest polecany)
30 Uwaga!!! Program jest w stadium alfa!!!!
31
32 %prep
33 %setup -q -n %{name}
34 %patch -p1
35
36 %build
37 cd src/Unix
38 CXXFLAGS="$RPM_OPT_FLAGS"
39 CPPFLAGS="$RPM_OPT_FLAGS"
40 LDFLAGS="-s"
41 export CPPFLAGS CXXFLAGS LDFLAGS
42 %configure
43
44 make
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 (cd src/Unix
50 make install DESTDIR=$RPM_BUILD_ROOT)
51
52 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
53         CHANGES README TECH TODO
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc *.gz
61 %doc src/Unix/Linux
62 %attr(755,root,root) %{_bindir}/*
This page took 0.061083 seconds and 4 git commands to generate.