]> git.pld-linux.org Git - packages/penguin-command.git/blob - penguin-command.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/penguin-command.git] / penguin-command.spec
1 Summary:        A missile command clone
2 Summary(pl.UTF-8):      Klon missile command
3 Name:           penguin-command
4 Version:        1.6.10
5 Release:        1
6 License:        GPL v2
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
11 Source2:        %{name}.png
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)
20
21 %description
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.
25
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.
29
30 %prep
31 %setup -q
32
33 %build
34 rm -f missing
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
49 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
50
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog NEWS README
58 %attr(755,root,root) %{_bindir}/*
59 %{_mandir}/man6/*
60 %{_datadir}/%{name}
61 %{_pixmapsdir}/*
62 %{_desktopdir}/*.desktop
This page took 0.080225 seconds and 4 git commands to generate.