]> git.pld-linux.org Git - packages/airstrike.git/blob - airstrike.spec
2031f49b38fea3e87757b3b2334947a2b07a2223
[packages/airstrike.git] / airstrike.spec
1 Summary:        Airstrike
2 Summary(pl):    Airstrike - Plastikowy Czerwony Baron
3 Name:           airstrike
4 Version:        pre6a
5 Release:        1
6 License:        GPL
7 Group:          Applications/Games
8 URL:            http://icculus.org/airstrike/
9 Source0:        http://icculus.org/airstrike/%{name}-%{version}-src.tar.gz
10 # Source0-md5:  af7367f9223309fbcf9759e04028394e
11 Patch0:         %{name}-pld.patch
12 BuildRequires:  SDL-devel => 1.2
13 BuildRequires:  SDL_mixer-devel
14 BuildRequires:  SDL_image-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Airstrike is a 2d dogfight game in the tradition of the Intellivision
19 and Amiga games 'Biplanes' and 'BIP'. It features a robust physics
20 engine and several other extensions of the original games. It is
21 currently 0-2 player only, but will hopefully have network play and
22 some more advanced computer controlled enemies in the future. The
23 graphics have been created using the Povray raytracer, and should be
24 easy to extend and modify. Airstrike is being developed using GNU
25 tools and the excellent SDL library, and has been ported from the
26 original Linux version to both Windows and Mac OSX. The game is
27 released under the GPL.
28
29 %description -l pl
30 Airstrike jest dwuwymiarow± gr± polegaj±c± na wzajemnym ostrzeliwaniu
31 siê z plastikowych samolocików. A wszystko z ³adnie wykonan± za pomoc±
32 PovRaya grafik±.
33
34 %prep
35 %setup -q -n %{name}-%{version}-src
36 %patch0 -p1
37
38 %build
39 %{_make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT{%{_datadir}/games/airstrike,%{_mandir}/man6,%{_bindir}}
44 cp -rf  data $RPM_BUILD_ROOT%{_datadir}/games/airstrike
45 install doc/airstrike.6 $RPM_BUILD_ROOT%{_mandir}/man6
46 install airstrike $RPM_BUILD_ROOT%{_bindir}
47 install airstrikerc $RPM_BUILD_ROOT%{_datadir}/games/airstrike
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc doc/*
55 %attr(644,root,root) %{_mandir}/man6/*
56 %attr(644,root,root) %{_datadir}/games/airstrike/*
57 %attr(755,root,root) %{_bindir}/*
This page took 0.028946 seconds and 2 git commands to generate.