]> git.pld-linux.org Git - packages/toppler.git/blob - toppler.spec
- refesh config.sub
[packages/toppler.git] / toppler.spec
1 Summary:        'Jump and run' game
2 Summary(pl):    Gra z rodzaju 'skacz i biegnij'
3 Name:           toppler
4 Version:        1.0.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/toppler/%{name}-%{version}.tar.gz
9 # Source0-md5:  c6a118a70efa8fa55f0a3b5d1166a8da
10 Source1:        %{name}.desktop
11 URL:            http://toppler.sourceforge.net/
12 BuildRequires:  automake
13 BuildRequires:  SDL-devel >= 1.2
14 BuildRequires:  SDL_mixer-devel >= 1.2
15 BuildRequires:  gettext-devel
16 BuildRequires:  zlib-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 In this game player helps a cute little green animal switch off some
21 kind of "evil" mechanism. The "power off switch" is hidden somewhere
22 in high towers. On his way to the target he needs to avoid a lot of
23 strange robots that guard the tower. That sounds all like a normal
24 jump and run game. What makes this game different is that you walk
25 arond the tower which is revolving on the screen, so that you only see
26 the 180° that are currently visible.
27
28 %description -l pl
29 W tej grze gracz pomaga ma³emu, sprytnemu, zielonemu zwierz±tku
30 wy³±czyæ pewnego rodzaju "diabelskie" mechanizmy. "Wy³±cznik si³y"
31 jest ukryty gdzie¶ w wysokiej wie¿y. Na jego drodze do celu musi
32 unikaæ wielu dziwnych robotów które strzeg± wie¿y. Wszystko to brzmi
33 jak zwyk³a gra z rodzaju "skacz i biegnij". To czym ró¿ni siê ta gra
34 od innych tego typu jest to, ¿e spacerujesz wokó³ wie¿y, która obraca
35 siê na ekranie, tak wiêc widoczne jest tylko 180°.
36
37 %prep
38 %setup -q
39
40 %build
41 cp -f /usr/share/automake/config.sub .
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 mv -f $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}.xpm \
53         $RPM_BUILD_ROOT%{_pixmapsdir}
54
55 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog README
65 %attr(755,root,root) %{_bindir}/*
66 %{_datadir}/%{name}
67 %{_desktopdir}/%{name}.desktop
68 %{_mandir}/man6/%{name}.6*
69 %{_pixmapsdir}/%{name}.xpm
This page took 0.040407 seconds and 4 git commands to generate.