]> git.pld-linux.org Git - packages/BasiliskII.git/blame_incremental - BasiliskII.spec
- dropped pre-cvs changelog
[packages/BasiliskII.git] / BasiliskII.spec
... / ...
CommitLineData
1Summary: A software emulation of the Apple Macintosh
2Summary(pl.UTF-8): Programowy emulator komputera Macintosh
3Name: BasiliskII
4Version: 0.9
5Release: 7
6License: GPL
7Group: Applications/Emulators
8Source0: http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_31052001.tar.gz
9# Source0-md5: 5017e21226c27a4a029da0486dcf04e1
10Source1: %{name}.desktop
11Source2: AppleX.png
12Patch0: %{name}-devices.patch
13Patch1: %{name}-acfix.patch
14URL: http://www.uni-mainz.de/~bauec002/B2Main.html
15BuildRequires: autoconf
16BuildRequires: automake
17BuildRequires: libstdc++-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21BasiliskII is a software emulation of Apple Macintosh system hardware,
22which enables you to run most available Mac software. Since it is a
23software emulation, no extra or special hardware is needed. BasiliskII
24can be run with MacOS 7.X or 8.X (but 7.0.0 is not recommended) ROM
25files are not included in this archive, You need a real mac 68k
26Warning!!! This is the alpha release!!!
27
28%description -l pl.UTF-8
29BasiliskII jest programowym emulatorem komputera Apple Macintosh,
30pozwalającym na uruchomienie większości aplikacji MacOSa. Emulacja
31przeprowadzana jest programowo, więc nie jest konieczne posiadanie
32dodatkowego 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
34alfa!!!
35
36%prep
37%setup -q
38%patch0 -p1
39%patch1 -p1
40
41%build
42cd src/Unix
43cp -f /usr/share/automake/config.* .
44%{__autoconf}
45
46%configure LDFLAGS="%{rpmldflags} -lstdc++"
47
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
53
54%{__make} install -C src/Unix \
55 DESTDIR=$RPM_BUILD_ROOT
56
57install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
58install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
59
60%clean
61rm -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.045861 seconds and 4 git commands to generate.