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