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