]> git.pld-linux.org Git - packages/freedroid.git/blob - freedroid.spec
5d2601f67f1e6e71c7cd46d39f819c9c2d343042
[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.1
5 Release:        2
6 License:        GPL
7 Group:          Applications/Games
8 Source0:        http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  a4350ce4695d1ab65db7b6e1d7124863
10 Source1:        %{name}.desktop
11 URL:            http://freedroid.sourceforge.net/
12 BuildRequires:  SDL-devel >= 1.2.3
13 BuildRequires:  SDL_mixer-devel
14 BuildRequires:  SDL_image-devel
15 BuildRequires:  libjpeg-devel
16 BuildRequires:  libpng-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This is a clone of the classic game "Paradroid" on Commodore 64 with
21 some improvements and extensions to the classic version.
22
23 %description -l pl
24 Jest to klon klasycznej gry "Paranoid" na Commodore 64 z kilkoma
25 ulepszeniami i dodatkami.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 install -d $RPM_BUILD_ROOT/%{_applnkdir}/Games
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 install %{SOURCE1} $RPM_BUILD_ROOT/%{_applnkdir}/Games
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS NEWS README TODO
50 %attr(755,root,root) %{_bindir}/*
51 %{_datadir}/%{name}
52 %{_applnkdir}/Games/*
53 %{_mandir}/man6/*
This page took 0.055471 seconds and 3 git commands to generate.