]> git.pld-linux.org Git - packages/boson.git/blob - boson.spec
b32d3935ef952e7f3c7965203fec0983a54defa2
[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 BuildRequires:  autoconf
16 BuildRequires:  automake
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20
21 %description
22 Boson is a real-time strategy game, like Command&Conquer(tm) or
23 StarCraft(tm). It is designed to run on Unix (Linux) computers and
24 uses the Qt Toolkit and QwSpriteField. A minimum of two players is
25 required, since there is no artifical intelligence (yet?). Boson is
26 still in very early development and not playable yet.
27
28 Boson's Code and Graphics are published under the GNU General Public
29 License.
30
31 If you want to know more about Boson, have a look at the Web site.
32
33 %description -l pl
34 Boson jest gr± strategiczn± rozgrywan± w czasie rzeczywistym, tak jak
35 Command&Conquer czy StarCraft. Zosta³ zaprojektowany dla maszyn
36 uniksowych (linuksowych); uzywa biblioteki Qt i QwSpriteField. Wymaga
37 siê co najmniej dwóch graczy, poniewa¿ brak (jeszcze?) sztucznej
38 inteligencji. Boson jest wci±¿ w fazie wczesnego rozwoju i nie da siê
39 jeszcze w niego graæ. Kod i grafika Bosona s± na powszechnej licencji
40 GNU. Aby dowiedzieæ siê wiêcej na temat Bosona, nale¿y zajrzeæ na
41 stronê WWW: http://aquila.rezel.enst.fr/boson/.
42
43 %prep
44 %setup -q
45 %build
46 aclocal
47 autoconf
48 %configure \
49         --prefix=$KDEDIR \
50         --libdir=%{buildroot}/$KDEDIR/lib \
51         --with-install-root=%{buildroot}
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
57
58 ## install textures and resources files :
59 install -d $RPM_BUILD_ROOT%{_datadir}/apps
60 tar xzf %{SOURCE1} -C $RPM_BUILD_ROOT%{_datadir}/apps
61
62 %clean
63 rm -f $RPM_SOURCE_DIR
64
65 %files 
66 %defattr(644,root,root,755)
67 %attr(755,root,root) %{_bindir}/*
68 %{_applnkdir}/*
69 %{_datadir}/apps/
70 %{_datadir}/icons/*
71 %doc %{_datadir}/doc/HTML/en/Boson/
72 %doc AUTHORS ChangeLog README TODO
This page took 0.05995 seconds and 2 git commands to generate.