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