]> git.pld-linux.org Git - packages/freedroid.git/blob - freedroid.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/freedroid.git] / freedroid.spec
1 Summary:        Clone of the C64 Game Paradroid
2 Summary(pl.UTF-8):      Klon gry Paradroid z C64
3 Name:           freedroid
4 Version:        1.0.2
5 Release:        5
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  585a65f61c2cd308ab45d5c514f695dc
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 URL:            http://freedroid.sourceforge.net/
13 BuildRequires:  SDL-devel >= 1.2.3
14 BuildRequires:  SDL_image-devel
15 BuildRequires:  SDL_mixer-devel
16 BuildRequires:  automake
17 BuildRequires:  libjpeg-devel
18 BuildRequires:  libpng-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This is a clone of the classic game "Paradroid" on Commodore 64 with
23 some improvements and extensions to the classic version.
24
25 %description -l pl.UTF-8
26 Jest to klon klasycznej gry "Paradroid" na Commodore 64 z kilkoma
27 ulepszeniami i dodatkami.
28
29 %prep
30 %setup -q
31
32 %build
33 cp /usr/share/automake/config.sub .
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
45 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS NEWS README TODO
53 %attr(755,root,root) %{_bindir}/*
54 %{_datadir}/%{name}
55 %{_desktopdir}/*.desktop
56 %{_pixmapsdir}/*
57 %{_mandir}/man6/*
This page took 0.06749 seconds and 3 git commands to generate.