]> git.pld-linux.org Git - packages/atari++.git/blame - atari++.spec
- new
[packages/atari++.git] / atari++.spec
CommitLineData
0c9ed893
JB
1Summary: Versatile extended emulator of Atari 8-bit machines
2Summary(pl.UTF-8): Wszechstronny, rozszerzony emulator 8-bitowych komputerów Atari
3Name: atari++
4Version: 1.83
5Release: 1
6License: THOR Public Licence (MPL-like) or GPL
7Group: Applications/Emulators
8Source0: http://www.xl-project.com/download/%{name}_%{version}.tar.gz
9# Source0-md5: bc357e90d9a2d42471c58d77bccc20d5
10Patch0: %{name}-make.patch
11URL: http://www.xl-project.com/
12BuildRequires: SDL-devel
13BuildRequires: alsa-lib-devel
14BuildRequires: libpng-devel
15BuildRequires: libstdc++-devel
16BuildRequires: ncurses-devel
17BuildRequires: xorg-lib-libX11-devel
18BuildRequires: xorg-lib-libXext-devel
19BuildRequires: xorg-lib-libXv-devel
20BuildRequires: zlib-devel
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24atari++ is an emulator for (now rather aged) Atari 8 bit computers. It
25emulates the Atari 800, Atari 400, the 800XL and 600XL, the 65XE and
26130XE and the Atari 5200 Game Console. The emulation is cycle-precise,
27that is "on the fly" modifications of chip registers will be visible
28on the screen immediately, emulating even programs using horizontal
29kernel tricks correctly.
30
31%description -l pl.UTF-8
32atari++ to emulator (już dosyć leciwych) 8-bitowych komputerów Atari.
33Emuluje modele Atari 800, Atari 400, 800XL i 600XL, 65XE i 130XE oraz
34konsole Atari 5200. Emulacja jest dokładna co do cyklu, co oznacza, że
35modyfikowanie "w locie" rejestrów układów będzie widoczne od razu na
36ekranie, dzięki czemu emulacja działa poprawnie nawet w programach
37wykorzystujących sztuczki ze zmianami w środku linii.
38
39%prep
40%setup -q -n %{name}
41%patch0 -p1
42
43%build
44%configure
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53# packaged as %doc
54%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/atari++
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%doc COPYRIGHT CREDITS README.History README.LEGAL README.licence manual/*.{html,png}
62%attr(755,root,root) %{_bindir}/atari++
63%{_mandir}/man6/atari++.6*
This page took 0.076699 seconds and 4 git commands to generate.