]> git.pld-linux.org Git - packages/chromium-bsu.git/blob - chromium-bsu.spec
- updated gettext BR
[packages/chromium-bsu.git] / chromium-bsu.spec
1 Summary:        Chromium B.S.U. is a fast paced, arcade-style space shooter
2 Summary(pl.UTF-8):      Chromium B.S.U. to szybko tocząca się strzelanina
3 Name:           chromium-bsu
4 Version:        0.9.15
5 Release:        1
6 License:        Artistic
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/chromium-bsu/%{name}-%{version}.tar.gz
9 # Source0-md5:  d57137a1ac2292363b35192724c7e3be
10 URL:            http://chromium-bsu.sourceforge.net/
11 BuildRequires:  OpenAL-devel
12 BuildRequires:  OpenGL-devel
13 BuildRequires:  SDL-devel >= 1.1.6
14 BuildRequires:  SDL_image-devel
15 BuildRequires:  SDL_mixer-devel
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  fontconfig-devel
19 BuildRequires:  freealut-devel
20 BuildRequires:  ftgl-devel >= 2.1.3
21 BuildRequires:  gettext-tools
22 BuildRequires:  libglpng-devel
23 BuildRequires:  libogg-devel
24 BuildRequires:  libtool
25 BuildRequires:  pkgconfig
26 BuildRequires:  smpeg-devel >= 0.4.2
27 BuildRequires:  zlib-devel
28 Obsoletes:      chromium
29 Obsoletes:      chromium-setup
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %define         _noautoreqdep   libGL.so.1 libGLU.so.1 libGLcore.so.1
33
34 %description
35 You are captain of the cargo ship Chromium B.S.U., responsible for
36 delivering supplies to our troops on the front line. Your ship has a
37 small fleet of robotic fighters which you control from the relative
38 safety of the Chromium vessel.
39 - Do not let ANY enemy ships get past your fighters! Each enemy ship
40   that makes it past the bottom of the screen will attack the Chromium,
41   and you lose a fighter.
42 - Use your fighters as weapons! Crash into enemies to destroy them
43   before they can get past you.
44 - Strategic suicide is a powerful tactic! When the Chromium launches a
45   new fighter, it releases a high energy burst which destroys all
46   enemies in range.
47 - Self-destruct to preserve your ammunition! A double-right-click will
48   cause your current fighter to self-destruct. Before the ship blows up,
49   it ejects its ammunition so that the next fighter can pick it up.
50
51 %description -l pl.UTF-8
52 Jesteś kapitanem statku Chromium B.S.U, odpowiedzialnego za
53 dostarczenie zapasów do oddziałów na linii frontu. Statek ma małą
54 flotę automatycznych myśliwców, którymi możesz kierować ze statku.
55 - Nie pozwól ŻADNEMU wrogowi przejść za swoje myśliwce! Każdy statek
56   który dotrze na dół ekranu zaatakuje Chromium i stracisz myśliwca.
57 - Używaj myśliwców jako broni! Uderzaj we wrogów aby zniszczyć ich
58   zanim oni przedostaną się do ciebie.
59 - Strategiczne samobójstwo to dobra taktyka! Kiedy Chromium odpala
60   nowego myśliwca, wytwarza dużo energii, która niszczy wszystkich
61   wrogów w zasięgu.
62 - Autodestrukcja pozwala zachować amunicję - przed wysadzeniem się
63   myśliwiec zwraca amunicję tak, że następny może ją przejąć.
64
65 %prep
66 %setup -q
67
68 %build
69 %{__gettextize}
70 %{__libtoolize}
71 %{__aclocal} -I m4
72 %{__autoconf}
73 %{__autoheader}
74 %{__automake}
75 %configure
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80 %{__make} install \
81         DESTDIR=$RPM_BUILD_ROOT
82
83 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
84
85 %find_lang %{name}
86
87 %clean
88 rm -rf $RPM_BUILD_ROOT
89
90 %files -f %{name}.lang
91 %defattr(644,root,root,755)
92 %doc COPYING ChangeLog NEWS README data/doc/images data/doc/{faq,info}.htm
93 %attr(755,root,root) %{_bindir}/%{name}
94 %{_datadir}/%{name}
95 %{_pixmapsdir}/%{name}.png
96 %{_desktopdir}/%{name}.desktop
97 %{_mandir}/man6/*.6*
This page took 0.025501 seconds and 3 git commands to generate.