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