]> git.pld-linux.org Git - packages/crossfire-client.git/blob - crossfire-client.spec
- pl translations
[packages/crossfire-client.git] / crossfire-client.spec
1 Summary:        Crossfire client
2 Summary(pl):    Klient Crossfire
3 Name:           crossfire-client
4 Version:        1.0.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Games
8 Group(de):      Applikationen/Spiele
9 Group(pl):      Aplikacje/Gry
10 Source0:        ftp://ftp.scruz.net/users/mwedel/public/%{name}-%{version}.tar.gz
11 #Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/crossfire/%{name}-%{version}.tar.gz
12 Source1:        client-0.95.2-raw-sounds.tgz
13 URL:            http://crossfire.real-time.com/
14 BuildRequires:  XFree86-devel
15 BuildRequires:  gtk+-devel
16 BuildRequires:  perl
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _prefix         /usr/X11R6
20
21 %description 
22 X11 client to crossfire.
23
24 Crossfire is a multiplayer graphical arcade and adventure game made
25 for the X-Window environment. There are also Windows and Java clients
26 available.
27
28 It has certain flavours from other games, especially Gauntlet (TM) and
29 Nethack/Moria.
30
31 Any number of players can move around in their own window, finding and
32 sing items and battle monsters. They can choose to cooperate or
33 compete in the same "world".
34
35 %description -l pl
36 Klient Crossfire pod X11.
37
38 Crossfire to graficzna gra przygodowa dla ¶rodowiska X-Window. S±
39 tak¿e dostêpni klienci pod Windows i w Javie. £±czy cechy z kilku
40 gier, g³ównie Gauntleta i Nethacka/Morii.
41
42 Dowolna liczba graczy mo¿e siê poruszaæ w swoich oknach, szukaj±c
43 przedmiotów i walcz±c z potworami. Mog± graæ w kooperacji lub
44 przeciwko sobie w tym samym "¶wiecie".
45
46 %package sounds
47 Summary:        Crossfire sounds
48 Summary(pl):    D¼wiêki do Crossfire
49 Group:          Applications/Games
50 Group(de):      Applikationen/Spiele
51 Group(pl):      Aplikacje/Gry
52
53 %description sounds
54 Some sound files and the sound server for crossfire.
55
56 %description sounds -l pl
57 Pliki d¼wiêkowe i serwer d¼wiêku dla Crossfire.
58
59 %package gtk
60 Summary:        GTK Crossfire client
61 Summary(pl):    Klient Crossfire pod GTK
62 Group:          Applications/Games
63 Group(de):      Applikationen/Spiele
64 Group(pl):      Aplikacje/Gry
65
66 %description gtk
67 GTK client to crossfire.
68
69 Crossfire is a multiplayer graphical arcade and adventure game made
70 for the X-Window environment. There are also Windows and Java clients
71 available.
72
73 It has certain flavours from other games, especially Gauntlet (TM) and
74 Nethack/Moria.
75
76 Any number of players can move around in their own window, finding and
77 sing items and battle monsters. They can choose to cooperate or
78 compete in the same "world".
79
80 %description gtk -l pl
81 Klient Crossfire pod GTK.
82
83 Crossfire to graficzna gra przygodowa dla ¶rodowiska X-Window. S±
84 tak¿e dostêpni klienci pod Windows i w Javie. £±czy cechy z kilku
85 gier, g³ównie Gauntleta i Nethacka/Morii.
86
87 Dowolna liczba graczy mo¿e siê poruszaæ w swoich oknach, szukaj±c
88 przedmiotów i walcz±c z potworami. Mog± graæ w kooperacji lub
89 przeciwko sobie w tym samym "¶wiecie".
90
91 %prep
92 %setup -q -a1
93 mv -f sounds cfsounds
94
95 %build
96 %configure \
97         --disable-alsa \
98         --with-sound-dir=%{_datadir}/cfclient/sounds
99 %{__make}
100
101 %install
102 rm -rf $RPM_BUILD_ROOT
103 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/cfclient/sounds}
104 install cfclient gcfclient cfsndserv $RPM_BUILD_ROOT%{_bindir}
105 install client.man $RPM_BUILD_ROOT%{_mandir}/man1/cfclient.1
106 install client.man $RPM_BUILD_ROOT%{_mandir}/man1/gcfclient.1
107 install cfsounds/*.raw $RPM_BUILD_ROOT%{_datadir}/cfclient/sounds/
108
109 %clean
110 rm -rf $RPM_BUILD_ROOT
111
112 %files
113 %defattr(644,root,root,755)
114 %doc CHANGES README def_keys
115 %attr(755,root,root) %{_bindir}/cfclient
116 %{_mandir}/man?/cf*
117
118 %files sounds
119 %defattr(644,root,root,755)
120 %doc sounds/README* sounds.dist
121 %attr(755,root,root) %{_bindir}/cfsndserv
122 %{_datadir}/cfclient
123
124 %files gtk
125 %defattr(644,root,root,755)
126 %attr(755,root,root) %{_bindir}/g*
127 %{_mandir}/man?/g*
This page took 0.072393 seconds and 4 git commands to generate.