]> git.pld-linux.org Git - packages/barrage.git/blame - barrage.spec
- tabs in preamble
[packages/barrage.git] / barrage.spec
CommitLineData
8860f58e 1Summary: Kill and destroy as many target as possible in 3 minutes
5e2196ed 2Summary(pl.UTF-8): Zniszcz jak najwięcej wrogów w przeciągu 3 minut
b1558866 3Name: barrage
a9843566 4Version: 1.0.2
5606521e 5Release: 2
b1558866 6License: GPL v2
7Group: X11/Applications/Games
8Source0: http://dl.sourceforge.net/lgames/%{name}-%{version}.tar.gz
a9843566 9# Source0-md5: 5dbecef907eb27215e8cc047eae2ee90
b1558866 10Source1: %{name}.png
11Patch0: %{name}-desktop.patch
12URL: http://lgames.sourceforge.net/index.php?project=Barrage
b1558866 13BuildRequires: SDL_image-devel
14BuildRequires: SDL_mixer-devel
8860f58e
JB
15BuildRequires: autoconf
16BuildRequires: automake
b1558866 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Barrage is a rather violent action game with the objective to kill and
21destroy as many targets as possible within 3 minutes. The player
22controls a gun that may either fire small or large grenades at
23soldiers, jeeps and tanks. It is a very simple gameplay though it is
24not that easy to get high scores.
25
34ed420a
JR
26%description -l pl.UTF-8
27Barrage jest dość brutalną grą akcji, której celem jest zniszczenie
28jak największej ilości przeciwników w przeciągu 3 minut. Gracz steruje
29bronią, która może wystrzeliwać zarówno małe jak i duże granaty w
30kierunku żołnierzy, jeepów i czołgów. Zasady są proste, lecz osiągnięcie
31dobrych wyników jest trudnym zadaniem.
b1558866 32
33%prep
8860f58e 34%setup -q
b1558866 35%patch0 -p1
36
37%build
b1558866 38%{__aclocal}
39%{__autoconf}
40%{__autoheader}
41%{__automake}
42%configure
43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
b1558866 47
bd6a1425
PG
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
6885dbeb 50
05e24bf1 51install -D %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
b1558866 52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%doc ChangeLog README AUTHORS
59%attr(2755,root,games) %{_bindir}/*
60%{_datadir}/games/%{name}
6885dbeb 61%{_desktopdir}/*.desktop
b1558866 62%{_pixmapsdir}/*.png
This page took 0.097876 seconds and 4 git commands to generate.