]> git.pld-linux.org Git - SPECS.git/blob - xchomp.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xchomp.spec
1 Summary:        A Pac-Man style game for the X Window System
2 Summary(de.UTF-8):      Spiel im PacMan-Stil für X
3 Summary(es.UTF-8):      Juego tipo PacMan para X
4 Summary(fr.UTF-8):      Jeu de type PacMan pour X
5 Summary(pl.UTF-8):      Gra w stylu Pac-Mana pod X
6 Summary(pt_BR.UTF-8):   Jogo tipo PacMan para X
7 Summary(tr.UTF-8):      PacMan tarzı bilgisayar oyunu
8 Name:           xchomp
9 Version:        1.0
10 Release:        19
11 License:        distributable
12 Group:          X11/Applications/Games
13 Source0:        ftp://ibiblio.org/pub/Linux/games/arcade/tetris/%{name}-linux.tar.z
14 # Source0-md5:  f1556376445f2f38e61dc1f774e0d155
15 Source1:        %{name}.desktop
16 Source2:        %{name}.png
17 Patch0:         %{name}-imake.patch
18 URL:            http://www.chez.com/vidalc/xchomp/xchomp.html
19 BuildRequires:  XFree86-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 xchomp is an X Window System based game like Pac-Man.
24
25 %description -l de.UTF-8
26 Mit xchomp kommt ein Arcade-Klassiker auf Ihren Bildschirm, hat
27 Ähnlichkeiten mit PacMan. Nicht so umfangreich wie das Original, macht
28 aber trotzdem noch viel Spaß!
29
30 %description -l es.UTF-8
31 El clásico PacMan llega a su pantalla con xchomp. No tan extenso como
32 el juego original, pero aún ¡muy genial!
33
34 %description -l fr.UTF-8
35 Le classique du jeu d'action sur arcade arrive sur votre ecran avec
36 xchomp, le clone du jeu PacMan.Il n'est certes pas aussi complet que
37 l'original, mais vous promet tout de meme de bon moments.
38
39 %description -l pl.UTF-8
40 xchomp jest grą podobną do Pac-Mana pod X Window System.
41
42 %description -l pt_BR.UTF-8
43 O clássico PacMan chega a sua tela com xchomp. Não tão extenso quanto
44 o jogo original, mas ainda muito legal!
45
46 %description -l tr.UTF-8
47 xchomp, PacMan'in (dobişko) Linux'a uyarlanmış hali.
48
49 %prep
50 %setup -q -n xchomp
51 %patch0 -p1
52
53 %build
54 xmkmf
55 %{__make} \
56         CC="%{__cc}" \
57         CDEBUGFLAGS="%{rpmcflags} -DFRAME_DELAY=2000"
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT \
65         BINDIR=%{_bindir}
66
67 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
68 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
75 %doc README
76 %attr(755,root,root) %{_bindir}/*
77 %{_desktopdir}/*.desktop
78 %{_pixmapsdir}/*.png
This page took 2.320044 seconds and 3 git commands to generate.