]> git.pld-linux.org Git - packages/freedroidrpg.git/blob - freedroidrpg.spec
d44e274870ccaf5d1f4097fbaf373c01f47634b9
[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 Summary(pl):    RPG z gatunku s-f dla jednego gracza z Tuksem i z³ymi robotami MS
7 Name:           freedroidrpg
8 Version:        0.9.13
9 Release:        0.rc2.1
10 License:        GPL
11 Group:          X11/Applications/Games
12 Source0:        http://dl.sourceforge.net/freedroid/%{name}-%{version}-rc2.tar.bz2
13 # Source0-md5:  eda34581d784cbd1db59ebc46208880e
14 Source1:        %{name}.desktop
15 Source2:        %{name}.png
16 URL:            http://freedroid.sourceforge.net/
17 BuildRequires:  SDL-devel >= 1.2.3
18 BuildRequires:  SDL_image-devel
19 BuildRequires:  SDL_mixer-devel
20 BuildRequires:  automake
21 BuildRequires:  gtk+-devel
22 BuildRequires:  libjpeg-devel
23 BuildRequires:  libogg-devel
24 BuildRequires:  libpng-devel
25 BuildRequires:  libvorbis-devel
26 BuildRequires:  zlib-devel
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 This game evolved as an extension of the arcade game Freedroid into an
31 RPG.
32
33 The MS has taken over the galaxy via their trojan horse OS that was
34 running everywhere. But twenty years after the MS took over, the Bots
35 rebelled and attacked all life forms. Humans and Linarians (like the
36 Tux) had to flee to some remote planets and now live underground,
37 struggling to survive.
38
39 This is when some frustrated worker frees the Tux, who had been
40 imprisoned by the MS shortly before they took over government. 
41
42 %description -l pl
43 Ta gra wyewoluowa³a jako rozszerzenie gry zrêczno¶ciowej Freedroid w
44 RPG.
45
46 MS przej±³ galaktykê poprzez konia trojañskiego OS, który dzia³a³
47 wszêdzie. Ale dwadzie¶cia lat pó¼niej Roboty zbuntowa³y siê i
48 zaatakowa³y wszystkie formy ¿ycia. Ludzie i Linarianie (jak Tux)
49 musieli uciec na odleg³e planety i ¿yj± teraz w podziemiu, walcz±c o
50 przetrwanie.
51
52 To dzieje siê wtedy, gdy pewien sfrustrowany pracownik uwalnia Tuksa,
53 który by³ uwiêziony przez MS wkrótce przed objêciem przez nich rz±dów.
54
55 %prep
56 %setup -q -n %{name}-%{version}-rc2
57
58 %build
59 cp -f /usr/share/automake/config.sub .
60 %configure
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT
69
70 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
71 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644,root,root,755)
78 %doc AUTHORS NEWS README TODO
79 %attr(755,root,root) %{_bindir}/*
80 %{_datadir}/%{name}
81 %{_desktopdir}/*
82 %{_pixmapsdir}/*
83 %{_mandir}/man6/*
This page took 0.230434 seconds and 2 git commands to generate.