]> git.pld-linux.org Git - packages/armagetron.git/blob - armagetron.spec
- release 1: works fine
[packages/armagetron.git] / armagetron.spec
1 Summary:        A Tron lightcycle game with focus on multiplayer mode
2 Summary(pl):    Gra Tron ze ¶wiat³ocyklem skupiaj±ca siê na trybie dla wielu graczy
3 Name:           armagetron
4 Version:        0.2.5.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  71bfeaa5ddaf38d5fd8d893caec91d15
10 URL:            http://armagetron.sourceforge.net/
11 BuildRequires:  OpenGL-devel
12 BuildRequires:  SDL_image-devel
13 BuildRequires:  SDL_mixer-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _sysconfdir     /etc/%{name}
17
18 %description
19 In Armagetron, you ride a lightcycle around the game grid. You can
20 only make sharp turns of 90 degrees and a wall constantly builds up
21 after you. Make your enemies crash into your wall, but be aware that
22 they are trying to do the same to you. If you are fast enough, you may
23 be able to trap them, but the only way to speed up your lightcycle is
24 to drive close to the dangerous walls. Prepare for exciting strategic
25 preparations followed by action-packed close combat!
26
27 %description -l pl
28 W grze Armagetron jedzie siê ¶wiat³ocyklem dooko³a planszy. Mo¿na
29 wykonywaæ tylko ostre zakrêty o 90 stopni, a za graczem ci±gle buduje
30 siê ¶ciana. Trzeba spowodowaæ, by wrogowie roztrzaskali siê na tej
31 ¶cianie, ale tak¿e uwa¿aæ, bo oni próbuj± zrobiæ to samo. Je¶li gracz
32 jest szybki, mo¿e z³apaæ ich wszystkich, ale jedynym sposobem na
33 przyspieszenie ¶wiat³ocyklu jest jazda blisko niebezpiecznych ¶cian.
34 Trzeba siê przygotowaæ na ekscytuj±ce strategiczne przygotowania i
35 nastêpuj±c± po nich walkê w zbli¿eniu!
36
37 %prep
38 %setup -q
39
40 %build
41 rm -f missing
42 %{__aclocal}
43 %{__autoconf}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc CHANGELOG doc/*.html doc/net
58 %attr(755,root,root) %{_bindir}/*
59 %dir %{_sysconfdir}
60 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.cfg
61 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.srv
62 %dir %{_prefix}/games/%{name}
63 %{_prefix}/games/%{name}/arenas
64 %dir %{_prefix}/games/%{name}/bin
65 %attr(755,root,root) %{_prefix}/games/%{name}/bin/[ap]*
66 %dir %{_prefix}/games/%{name}/language
67 %{_prefix}/games/%{name}/language/languages.txt
68 %{_prefix}/games/%{name}/language/english.txt
69 %lang(de) %{_prefix}/games/%{name}/language/deutsch.txt
70 %{_prefix}/games/%{name}/models
71 %{_prefix}/games/%{name}/sound
72 %{_prefix}/games/%{name}/textures
This page took 0.140627 seconds and 3 git commands to generate.