]> git.pld-linux.org Git - packages/BasiliskII.git/blob - BasiliskII.spec
- added autoconf
[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:        1
6 License:        GPL
7 Group:          Applications/Emulators
8 Group(de):      Applikationen/Emulators
9 Group(pl):      Aplikacje/Emulatory
10 Source0:        http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_31052001.tar.gz
11 Patch0:         %{name}-DESTDIR.patch
12 URL:            http://www.uni-mainz.de/~bauec002/B2Main.html
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16 %define         _mandir         /usr/X11R6/man
17
18 %description
19 BasiliskII is a software emulation of Aple Macintosh system hardware,
20 which enables you to run most available Mac software. Since it is a
21 software emulation, no extra or special hardware is needed. BasiliskII
22 can be run with MacOS 7.X or 8.X (but 7.0.0 is not recommended) ROM
23 file are not included in this archive, You need a really mac 68k
24 Warning!!! This is the alpha release!!!
25
26 %description -l pl
27 BasiliskII jest programowym emulatorem komputera Aplle Macintosh,
28 pozwal±jacym na uruchomienie wiêkszosci aplikacji MacOSa. Emulacja
29 przeprowadzana jest programowo, wiêc nie jest konieczne posiadanie
30 dodatkowego sprzêtu. BasiliskII mo¿e pracowaæ z MacOSem 7.X lub 8.X
31 (aczkolwiek 7.0.0 nie jest polecany) Uwaga!!! Program jest w stadium
32 alfa!!!!
33
34 %prep
35 %setup -q 
36 #%patch -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 gzip -9nf ChangeLog README TECH TODO
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc *.gz
59 %doc src/Unix/Linux
60 %attr(755,root,root) %{_bindir}/*
This page took 0.05077 seconds and 4 git commands to generate.