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