]> git.pld-linux.org Git - packages/BasiliskII.git/blob - BasiliskII.spec
- updated to 0.8.1
[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.8
5 Release:        1
6 License:        GPL
7 Group:          Applications/Emulators
8 Group(pl):      Aplikacje/Emulatory
9 Source0:        http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_30012000.tar.gz
10 Patch0:         BasiliskII-DESTDIR.patch
11 URL:            http://www.uni-mainz.de/~bauec002/B2Main.html
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 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 pozwal±jacym na uruchomienie wiêkszosci 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 %patch -p1
36
37 %build
38 cd src/Unix
39 CXXFLAGS="$RPM_OPT_FLAGS"
40 CPPFLAGS="$RPM_OPT_FLAGS"
41 LDFLAGS="-s"
42 export CPPFLAGS CXXFLAGS LDFLAGS
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 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
54         ChangeLog README TECH TODO
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc *.gz
62 %doc src/Unix/Linux
63 %attr(755,root,root) %{_bindir}/*
This page took 0.066046 seconds and 4 git commands to generate.