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