]> git.pld-linux.org Git - packages/xevil.git/blob - xevil.spec
- fixed install
[packages/xevil.git] / xevil.spec
1 Summary:        A fast-action violent game for the X Window System
2 Summary(de):    Ein schnelles, extrem gewalttätiges Actionspiel für X
3 Summary(fr):    Un jeu d'action rapide et très violent sous X
4 Summary(pl):    Brutalna gra o szybkiej akcji pod X Window System
5 Summary(tr):    Hýzlý ve þiddet yüklü bir X oyunu
6 Name:           xevil
7 Version:        2.02
8 Release:        3
9 License:        GPL
10 Group:          X11/Applications/Games
11 Source0:        ftp://ftp.xevil.com/stable/%{name}src%{version}.zip
12 Source1:        %{name}.desktop
13 Source2:        %{name}.png
14 Patch0:         %{name}-config.patch
15 Patch1:         %{name}-c++.patch
16 Patch2:         %{name}-gcc3.patch
17 Patch3:         %{name}-const_float.patch
18 URL:            http://www.xevil.com/
19 BuildRequires:  unzip
20 BuildRequires:  XFree86-devel >= 4.0
21 BuildRequires:  libstdc++-devel
22 BuildRequires:  /usr/bin/compress
23 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %define         _prefix         /usr/X11R6
26 %define         _mandir         %{_prefix}/man
27
28 %description
29 XEvil is an X Window System based game with a side view display
30 reminiscent of LodeRunner. The object of the game is to run around
31 killing everything in sight and exploring the different levels. XEvil
32 can be played against the computer or against other people.
33
34 %description -l de
35 Ein Action/Adventure-Spiel für X Window, in dem Sie als Ninja alles
36 niedermachen und dann die Gegend erkunden - wenn Sie überleben.
37
38 %description -l fr
39 Jeu d'action/aventure pour X Window dans lequel vous, guerrier Ninja,
40 tuez tout ce que vous voyez et essayez de survivre.
41
42 %description -l pl
43 xevil jest gr± pod X Window System bazuj±c± na LodeRunnerze. Celem gry
44 jest zabijanie wszystkiego w zasiêgu wzroku oraz przedzenie kolejnych
45 poziomów. W xevil mo¿na graæ przeciwko komputerowi albo innym graczom.
46
47 %description -l tr
48 X-Windows altýnda oynanan bir action/macera oyunu. Sizin rolünüz, bir
49 Ninja savaþçýsý olarak karþýnýza çýkan her þeyi öldürmek.
50
51 %prep
52 %setup -q -c
53 %patch0 -p1
54 %patch1 -p1
55 %patch2 -p1
56 %patch3 -p1
57
58 %build
59 %{__make} HOSTTYPE=i386 \
60         DEBUG_OPT="%{rpmcflags} -fno-exceptions" \
61         LINK_FLAGS="%{rpmldflags}"
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65 install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Games/Arcade,%{_pixmapsdir}}
66
67 install x11/REDHAT_LINUX/xevil $RPM_BUILD_ROOT%{_bindir}
68
69 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Arcade
70 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %files
76 %defattr(644,root,root,755)
77 %doc readme.txt instructions
78 %attr(755,root,root) %{_bindir}/xevil
79 %{_applnkdir}/Games/Arcade/*
80 %{_pixmapsdir}/*.png
This page took 0.077083 seconds and 3 git commands to generate.