]> git.pld-linux.org Git - packages/stella.git/blob - stella.spec
- another BR: OpenGL-devel
[packages/stella.git] / stella.spec
1 Summary:        An Atari 2600 Video Computer System emulator
2 Summary(pl.UTF-8):      Emulator Atari 2600 Video Computer System
3 Name:           stella
4 Version:        2.4
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Emulators
8 Source0:        http://dl.sourceforge.net/stella/%{name}-%{version}-src.tar.gz
9 # Source0-md5:  538233e42e9cfddf2bc99433e11bb454
10 Patch0:         %{name}-desktop.patch
11 URL:            http://stella.sourceforge.net/
12 BuildRequires:  OpenGL-devel
13 BuildRequires:  SDL-devel >= 1.2.10
14 BuildRequires:  alsa-lib-devel >= 0.9.0
15 BuildRequires:  libpng-devel
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  zlib-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 The Atari 2600 Video Computer System (VCS), introduced in 1977, was
22 the most popular home video game system of the early 1980's. This
23 emulator will run most Atari ROM images, so that you can play your
24 favorite old Atari 2600 games on your PC.
25
26 %description -l pl.UTF-8
27 Atari 2600 Video Computer System (VCS), który miał premierę w 1977
28 roku, był najpopularniejszym systemem domowych gier video wczesnych
29 lat 1980-tych. Ten emulator potrafi uruchomić większość obrazów Atari
30 ROM, więc można grać w swoje ulubione stare gry z Atari 2600 na PC.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 ./configure \
38         --prefix=%{_prefix}
39 %{__make} \
40         CC="%{__cc}" \
41         CXX="%{__cxx}"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_sysconfdir}}
46
47 install src/emucore/stella.pro $RPM_BUILD_ROOT%{_sysconfdir}
48 install src/common/stella.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc Announce.txt Changes.txt Readme.txt Todo.txt docs
59 %attr(755,root,root) %{_bindir}/stella
60 %config %{_sysconfdir}/stella.pro
61 %{_desktopdir}/%{name}.desktop
62 %{_pixmapsdir}/%{name}.xpm
This page took 0.053963 seconds and 4 git commands to generate.