]> git.pld-linux.org Git - packages/boson.git/blob - boson.spec
- typo and adapterized.
[packages/boson.git] / boson.spec
1 Summary:        Boson : a Real-Time Strategy Game (RTS) for the KDE project
2 Name:           boson 
3 Version:        0.4
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications/Games
7 Group(de):      X11/Aplikacje/Spiele
8 Group(pl):      X11/Aplikacje/Gry
9 Source0:        ftp://aquila.rezel.enst.fr/pub/boson/%{name}-%{version}.tar.bz2
10 Source1:        ftp://aquila.rezel.enst.fr/pub/boson/%{name}-pics-%{version}.tar.bz2
11 Icon:           boson.xpm
12 URL:            http://boson.eu.org/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16 %define         _mandir         %{_prefix}/man
17
18 %description
19 Boson is a real-time strategy game, like Command&Conquer(tm) or
20 StarCraft(tm). It is designed to run on Unix (Linux) computers and
21 uses the Qt Toolkit and QwSpriteField. A minimum of two players is
22 required, since there is no artifical intelligence (yet?). Boson is
23 still in very early development and not playable yet.
24
25 Boson's Code and Graphics are published under the GNU General Public
26 License.
27
28 If you want to know more about Boson, have a look at the Web site.
29
30 %description -l pl
31 Boson jest gr± strategiczn± rozgrywan± w czsie rzeczywistym, tak jak
32 Command&Conquer czy StarCraft. Zosta³ zaprojektowany dla maszyn
33 uniksowych (linuksowych); uzywa biblioteki Qt i QwSpriteField. Wymaga
34 siê co najmniej dwóch graczy, poniewa¿ brak (jeszcze?) sztucznej
35 inteligencji. Boson jest wci±¿ w fazie wczesnego rozwoju i nie da siê
36 jeszcze w niego graæ. Kod i grafika Bosona s± na powszechnej licencji
37 GNU. Aby dowiedzieæ siê wiêcej na temat Bosona, nale¿y zajrzeæ na
38 stronê WWW: http://aquila.rezel.enst.fr/boson/.
39
40 %prep
41 %setup -q
42 %build
43 %configure \
44         --prefix=$KDEDIR \
45         --libdir=%{buildroot}/$KDEDIR/lib \
46         --with-install-root=%{buildroot}
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
52
53 ## install textures and resources files :
54 mkdir $RPM_BUILD_ROOT%{_datadir}/apps/
55 cd $RPM_BUILD_ROOT%{_datadir}/apps/
56 cp $RPM_SOURCE_DIR/boson-pics-%{version}.tgz . 
57 gunzip boson-pics-%{version}.tgz
58 tar xvf boson-pics-%{version}.tar
59 rm -f boson-pics-%{version}.tar
60
61 %clean
62 rm -f $RPM_SOURCE_DIR
63
64 %files 
65 %defattr(644,root,root,755)
66 %attr(755,root,root) %{_bindir}/
67 %{_applnkdir}/
68 %{_datadir}/apps/
69 %{_datadir}/icons/
70 %doc %{_datadir}/doc/HTML/en/Boson/
71 %doc AUTHORS ChangeLog README TODO
This page took 0.051962 seconds and 3 git commands to generate.