]> git.pld-linux.org Git - packages/freedroid.git/blob - freedroid.spec
- _applnkdir -> _desktopdir; rel. 2
[packages/freedroid.git] / freedroid.spec
1 Summary:        Clone of the C64 Game Paradroid
2 Summary(pl):    Klon gry Paranoid z C64
3 Name:           freedroid
4 Version:        1.0.2
5 Release:        2
6 License:        GPL
7 Group:          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:  libjpeg-devel
17 BuildRequires:  libpng-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This is a clone of the classic game "Paradroid" on Commodore 64 with
22 some improvements and extensions to the classic version.
23
24 %description -l pl
25 Jest to klon klasycznej gry "Paranoid" na Commodore 64 z kilkoma
26 ulepszeniami i dodatkami.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
43 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS NEWS README TODO
51 %attr(755,root,root) %{_bindir}/*
52 %{_datadir}/%{name}
53 %{_desktopdir}/*
54 %{_pixmapsdir}/*
55 %{_mandir}/man6/*
This page took 0.043583 seconds and 4 git commands to generate.