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