1 Summary: A missile command clone
2 Summary(pl.UTF-8): Klon missile command
7 Group: X11/Applications/Games
8 Source0: http://dl.sourceforge.net/penguin-command/%{name}-%{version}.tar.gz
9 # Source0-md5: 84ac5c85ea7d832b94e2ac1d5b363a43
10 Source1: %{name}.desktop
12 URL: http://www.linux-games.com/
13 BuildRequires: SDL-devel >= 1.2.0
14 BuildRequires: SDL_image-devel >= 1.2.0
15 BuildRequires: SDL_mixer-devel >= 1.2.0
16 BuildRequires: autoconf
17 BuildRequires: automake
18 BuildRequires: libpng-devel
19 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22 This is a clone of the classic "Missile Command" Game, but it has
23 better graphics and music. You have to defend cities by shooting at
24 missiles and smartbombs.
26 %description -l pl.UTF-8
27 To jest klon klasycznej gry "Missile Command", lecz ma lepszą grafikę
28 i muzykę. Musisz obronić miasta strzelając pociskami i bombami.
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
46 DESTDIR=$RPM_BUILD_ROOT
48 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
49 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
53 rm -rf $RPM_BUILD_ROOT
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog NEWS README
58 %attr(755,root,root) %{_bindir}/*
62 %{_desktopdir}/*.desktop