]> git.pld-linux.org Git - packages/xrick.git/blob - xrick.spec
- BR: zlib-devel
[packages/xrick.git] / xrick.spec
1 Summary:        Linux version of Rick Dangerous
2 Summary(pl.UTF-8):      Linuksowa wersja starej gry Rick Dangerous
3 Name:           xrick
4 Version:        021212
5 Release:        3
6 License:        unknown
7 Group:          X11/Applications/Games
8 Source0:        http://www.bigorno.net/xrick/%{name}-%{version}.tgz
9 # Source0-md5:  615190051481266710cb43ecd1fe930c
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 Patch0:         %{name}-cflags.patch
13 URL:            http://www.bigorno.net/xrick/
14 BuildRequires:  SDL-devel
15 BuildRequires:  zlib-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Way before Lara Croft, back in the 1980's and early 1990's, Rick
20 Dangerous was the Indiana Jones of computer games, running away from
21 rolling rocks, avoiding traps, from South America to a futuristic
22 missile base via Egypt and the Schwarzendumpf castle. The game was
23 released for the Atari ST, the IBM PC, and many more platforms.
24
25 xrick is a complete rewrite of Rick Dangerous, and has been ported to
26 Linux, Windows, BeOs, Amiga, ...
27
28 %description -l pl.UTF-8
29 Długo zanim pojawiła się Lara Croft, w latach 80-tych i w początku
30 90-tych, Rick Dangerous był Indiana Jonesem gier komputerowych,
31 uciekając przed toczącymi się kamieniami, unikając pułapek, od
32 Południowej Ameryki do futurystycznej bazy rakietowej, przez Egipt i
33 zamek Schwarzendumpf. Gra była wydana dla Atari ST, IBM PC i wiele
34 innych platform.
35
36 xrick to właściwie napisany od nowa Rick Dangerous, który został
37 przeniesiony na Linuksa, Windows, BeOS, Amigę...
38
39 %prep
40 %setup -q
41 %patch0 -p1
42
43 %build
44 CFLAGS="%{rpmcflags}" \
45 DATADIR="%{_datadir}/%{name}/" \
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir},%{_datadir}/%{name},%{_mandir}/man6}
51
52 install %{name} $RPM_BUILD_ROOT%{_bindir}
53 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
54 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
55 install data.zip $RPM_BUILD_ROOT%{_datadir}/%{name}
56 gunzip xrick.6.gz
57 install xrick.6 $RPM_BUILD_ROOT%{_mandir}/man6
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc README
65 %attr(755,root,root) %{_bindir}/*
66 %{_pixmapsdir}/*
67 %{_desktopdir}/*.desktop
68 %{_datadir}/%{name}
69 %{_mandir}/man6/xrick.6*
This page took 0.080618 seconds and 4 git commands to generate.