]> git.pld-linux.org Git - packages/stella.git/blob - stella.spec
- pl description
[packages/stella.git] / stella.spec
1 Summary:        An Atari 2600 Video Computer System emulator
2 Summary(pl):    Emulator Atari 2600 Video Computer System
3 Name:           stella
4 Version:        1.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/Emulators
8 Source0:        http://dl.sourceforge.net/stella/%{name}-%{version}-src.tar.gz
9 Patch0:         %{name}-conf.patch
10 URL:            http://stella.sourceforge.net/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  alsa-lib-devel >= 0.9.0
13 BuildRequires:  libpng-devel
14 BuildRequires:  libstdc++-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 The Atari 2600 Video Computer System (VCS), introduced in 1977, was
19 the most popular home video game system of the early 1980's. This
20 emulator will run most Atari ROM images, so that you can play your
21 favorite old Atari 2600 games on your PC.
22
23 %description -l pl
24 Atari 2600 Video Computer System (VCS), który mia³ premierê w 1977
25 roku, by³ najpopularniejszym systemem domowych gier video wczesnych
26 lat 1980-tych. Ten emulator potrafi uruchomiæ wiêkszo¶æ obrazów Atari
27 ROM, wiêc mo¿na graæ w swoje ulubione stare gry z Atari 2600 na PC.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 cd src/build
35 %{__make} linux-x \
36         CC=%{__cc} \
37         CXX=%{__cxx}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
42
43 install src/build/stella.x11 $RPM_BUILD_ROOT%{_bindir}/%{name}
44 install src/stellarc $RPM_BUILD_ROOT%{_sysconfdir}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc Announce.txt Changes.txt Todo.txt docs/*.html
52 %attr(755,root,root) %{_bindir}/stella
53 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/stellarc
This page took 0.032014 seconds and 4 git commands to generate.