]> git.pld-linux.org Git - packages/xevil.git/blob - xevil.spec
- added icon based on icon from the package
[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 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %define         _prefix         /usr/X11R6
25 %define         _mandir         %{_prefix}/man
26
27 %description
28 XEvil is an X Window System based game with a side view display
29 reminiscent of LodeRunner. The object of the game is to run around
30 killing everything in sight and exploring the different levels. XEvil
31 can be played against the computer or against other people.
32
33 %description -l de
34 Ein Action/Adventure-Spiel für X Window, in dem Sie als Ninja alles
35 niedermachen und dann die Gegend erkunden - wenn Sie überleben.
36
37 %description -l fr
38 Jeu d'action/aventure pour X Window dans lequel vous, guerrier Ninja,
39 tuez tout ce que vous voyez et essayez de survivre.
40
41 %description -l pl
42 xevil jest gr± pod X Window System bazuj±c± na LodeRunnerze. Celem gry
43 jest zabijanie wszystkiego w zasiêgu wzroku oraz przedzenie kolejnych
44 poziomów. W xevil mo¿na graæ przeciwko komputerowi albo innym graczom.
45
46 %description -l tr
47 X-Windows altýnda oynanan bir action/macera oyunu. Sizin rolünüz, bir
48 Ninja savaþçýsý olarak karþýnýza çýkan her þeyi öldürmek.
49
50 %prep
51 %setup -q -c
52 %patch0 -p1
53 %patch1 -p1
54 %patch2 -p1
55 %patch3 -p1
56
57 %build
58 %{__make} HOSTTYPE=i386 \
59         DEBUG_OPT="%{rpmcflags} -fno-exceptions" \
60         LINK_FLAGS="%{rpmldflags}"
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64 install -d
65 $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.08087 seconds and 3 git commands to generate.