]> git.pld-linux.org Git - packages/airstrike.git/commitdiff
- init by elio
authordomelu <domelu@pld-linux.org>
Fri, 6 Feb 2004 23:08:39 +0000 (23:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- some fixes

Changed files:
    airstrike.spec -> 1.1

airstrike.spec [new file with mode: 0644]

diff --git a/airstrike.spec b/airstrike.spec
new file mode 100644 (file)
index 0000000..2031f49
--- /dev/null
@@ -0,0 +1,57 @@
+Summary:       Airstrike
+Summary(pl):   Airstrike - Plastikowy Czerwony Baron
+Name:          airstrike
+Version:       pre6a
+Release:       1
+License:       GPL
+Group:         Applications/Games
+URL:           http://icculus.org/airstrike/
+Source0:       http://icculus.org/airstrike/%{name}-%{version}-src.tar.gz
+# Source0-md5: af7367f9223309fbcf9759e04028394e
+Patch0:                %{name}-pld.patch
+BuildRequires: SDL-devel => 1.2
+BuildRequires: SDL_mixer-devel
+BuildRequires: SDL_image-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Airstrike is a 2d dogfight game in the tradition of the Intellivision
+and Amiga games 'Biplanes' and 'BIP'. It features a robust physics
+engine and several other extensions of the original games. It is
+currently 0-2 player only, but will hopefully have network play and
+some more advanced computer controlled enemies in the future. The
+graphics have been created using the Povray raytracer, and should be
+easy to extend and modify. Airstrike is being developed using GNU
+tools and the excellent SDL library, and has been ported from the
+original Linux version to both Windows and Mac OSX. The game is
+released under the GPL.
+
+%description -l pl
+Airstrike jest dwuwymiarow± gr± polegaj±c± na wzajemnym ostrzeliwaniu
+siê z plastikowych samolocików. A wszystko z ³adnie wykonan± za pomoc±
+PovRaya grafik±.
+
+%prep
+%setup -q -n %{name}-%{version}-src
+%patch0 -p1
+
+%build
+%{_make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_datadir}/games/airstrike,%{_mandir}/man6,%{_bindir}}
+cp -rf  data $RPM_BUILD_ROOT%{_datadir}/games/airstrike
+install doc/airstrike.6 $RPM_BUILD_ROOT%{_mandir}/man6
+install airstrike $RPM_BUILD_ROOT%{_bindir}
+install airstrikerc $RPM_BUILD_ROOT%{_datadir}/games/airstrike
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/*
+%attr(644,root,root) %{_mandir}/man6/*
+%attr(644,root,root) %{_datadir}/games/airstrike/*
+%attr(755,root,root) %{_bindir}/*
This page took 0.080702 seconds and 4 git commands to generate.