]> git.pld-linux.org Git - packages/chromium-bsu.git/blame - chromium-bsu.spec
- updated gettext BR
[packages/chromium-bsu.git] / chromium-bsu.spec
CommitLineData
fa63940d 1Summary: Chromium B.S.U. is a fast paced, arcade-style space shooter
dc1690db 2Summary(pl.UTF-8): Chromium B.S.U. to szybko tocząca się strzelanina
a39f37a5 3Name: chromium-bsu
97cb2656 4Version: 0.9.15
a39f37a5 5Release: 1
fa63940d 6License: Artistic
7Group: X11/Applications/Games
a39f37a5 8Source0: http://dl.sourceforge.net/chromium-bsu/%{name}-%{version}.tar.gz
97cb2656 9# Source0-md5: d57137a1ac2292363b35192724c7e3be
a39f37a5 10URL: http://chromium-bsu.sourceforge.net/
cd230ebd 11BuildRequires: OpenAL-devel
fa63940d 12BuildRequires: OpenGL-devel
064cf931 13BuildRequires: SDL-devel >= 1.1.6
df583a2e
AG
14BuildRequires: SDL_image-devel
15BuildRequires: SDL_mixer-devel
16BuildRequires: autoconf
17BuildRequires: automake
18BuildRequires: fontconfig-devel
99b980d7 19BuildRequires: freealut-devel
df583a2e 20BuildRequires: ftgl-devel >= 2.1.3
16748677 21BuildRequires: gettext-tools
df583a2e 22BuildRequires: libglpng-devel
047b54c2 23BuildRequires: libogg-devel
df583a2e
AG
24BuildRequires: libtool
25BuildRequires: pkgconfig
df9d8dab 26BuildRequires: smpeg-devel >= 0.4.2
9e526a81 27BuildRequires: zlib-devel
a39f37a5 28Obsoletes: chromium
df583a2e 29Obsoletes: chromium-setup
064cf931 30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
fa63940d 31
6486ba7d 32%define _noautoreqdep libGL.so.1 libGLU.so.1 libGLcore.so.1
a2df0995 33
8079ca6e 34%description
35You are captain of the cargo ship Chromium B.S.U., responsible for
fa63940d 36delivering supplies to our troops on the front line. Your ship has a
37small fleet of robotic fighters which you control from the relative
38safety 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.
8079ca6e 42- Use your fighters as weapons! Crash into enemies to destroy them
fa63940d 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.
8079ca6e 50
4ecc7497
JR
51%description -l pl.UTF-8
52Jesteś kapitanem statku Chromium B.S.U, odpowiedzialnego za
53dostarczenie zapasów do oddziałów na linii frontu. Statek ma małą
54flotę 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ąć.
4ff88c03 64
8079ca6e 65%prep
a39f37a5 66%setup -q
8079ca6e 67
68%build
df583a2e
AG
69%{__gettextize}
70%{__libtoolize}
71%{__aclocal} -I m4
72%{__autoconf}
73%{__autoheader}
74%{__automake}
75%configure
fa63940d 76%{__make}
8079ca6e 77
78%install
79rm -rf $RPM_BUILD_ROOT
df583a2e
AG
80%{__make} install \
81 DESTDIR=$RPM_BUILD_ROOT
8079ca6e 82
a39f37a5 83rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
8079ca6e 84
a39f37a5 85%find_lang %{name}
064cf931 86
aab169dc
JB
87%clean
88rm -rf $RPM_BUILD_ROOT
89
a39f37a5 90%files -f %{name}.lang
a2df0995 91%defattr(644,root,root,755)
97cb2656 92%doc COPYING ChangeLog NEWS README data/doc/images data/doc/{faq,info}.htm
a39f37a5
AG
93%attr(755,root,root) %{_bindir}/%{name}
94%{_datadir}/%{name}
95%{_pixmapsdir}/%{name}.png
96%{_desktopdir}/%{name}.desktop
df583a2e 97%{_mandir}/man6/*.6*
This page took 0.0691 seconds and 4 git commands to generate.