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