]> git.pld-linux.org Git - packages/barrage.git/blame_incremental - barrage.spec
- tabs in preamble
[packages/barrage.git] / barrage.spec
... / ...
CommitLineData
1Summary: Kill and destroy as many target as possible in 3 minutes
2Summary(pl.UTF-8): Zniszcz jak najwięcej wrogów w przeciągu 3 minut
3Name: barrage
4Version: 1.0.2
5Release: 2
6License: GPL v2
7Group: X11/Applications/Games
8Source0: http://dl.sourceforge.net/lgames/%{name}-%{version}.tar.gz
9# Source0-md5: 5dbecef907eb27215e8cc047eae2ee90
10Source1: %{name}.png
11Patch0: %{name}-desktop.patch
12URL: http://lgames.sourceforge.net/index.php?project=Barrage
13BuildRequires: SDL_image-devel
14BuildRequires: SDL_mixer-devel
15BuildRequires: autoconf
16BuildRequires: automake
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
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.
32
33%prep
34%setup -q
35%patch0 -p1
36
37%build
38%{__aclocal}
39%{__autoconf}
40%{__autoheader}
41%{__automake}
42%configure
43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51install -D %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
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}
61%{_desktopdir}/*.desktop
62%{_pixmapsdir}/*.png
This page took 0.068467 seconds and 4 git commands to generate.