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