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