]> git.pld-linux.org Git - packages/freedroidrpg.git/blob - freedroidrpg.spec
- new, based on freedroid.spec
[packages/freedroidrpg.git] / freedroidrpg.spec
1 #
2 # TODO:
3 #       - move game editor to a subpackage
4 #
5 Summary:        Single player sci-fi RPG featuring Tux and evil MS bots
6 Name:           freedroidrpg
7 Version:        0.9.12
8 Release:        0.1
9 License:        GPL
10 Group:          X11/Applications/Games
11 Source0:        http://dl.sourceforge.net/freedroid/%{name}-%{version}.tar.bz2
12 # Source0-md5:  5b8b8e74e641c73645a7597ca8515707
13 Source1:        %{name}.desktop
14 Source2:        %{name}.png
15 URL:            http://freedroid.sourceforge.net/
16 BuildRequires:  SDL-devel >= 1.2.3
17 BuildRequires:  SDL_image-devel
18 BuildRequires:  SDL_mixer-devel
19 BuildRequires:  automake
20 BuildRequires:  gtk+-devel
21 BuildRequires:  libjpeg-devel
22 BuildRequires:  libogg-devel
23 BuildRequires:  libpng-devel
24 BuildRequires:  libvorbis-devel
25 BuildRequires:  zlib-devel
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 This game evolved as an extension of the arcade game Freedriod into an RPG.
30
31 The MS has taken over the galaxy via their trojan horse OS that was running
32 everywhere. But twenty years after the MS took over, the Bots rebelled and
33 attacked all life forms. Humans and Linarians (like the Tux) had to flee to
34 some remote planets and now live underground, struggling to survive.
35
36 This is when some frustrated worker frees the Tux, who had been imprisoned by
37 the MS shortly before they took over government. 
38
39 %prep
40 %setup -q
41
42 %build
43 cp /usr/share/automake/config.sub .
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
55 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc AUTHORS NEWS README TODO
63 %attr(755,root,root) %{_bindir}/*
64 %{_datadir}/%{name}
65 %{_desktopdir}/*
66 %{_pixmapsdir}/*
67 %{_mandir}/man6/*
This page took 0.080739 seconds and 4 git commands to generate.