]> git.pld-linux.org Git - packages/boson.git/blob - boson.spec
- fixed kde_iconsdir and kde_htmldir
[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:        ftp://ftp.sourceforge.net/pub/sourceforge/boson/%{name}-%{version}.tar.bz2
11 Source1:        ftp://ftp.sourceforge.net/pub/sourceforge/boson/%{name}-pics-%{version}.tgz
12 Icon:           boson.xpm
13 URL:            http://boson.sourceforge.net/
14 BuildRequires:  kdelibs-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19
20 %define         _htmldir        %{_docdir}/kde/HTML
21
22 %description
23 Boson is a real-time strategy game, like Command&Conquer(tm) or
24 StarCraft(tm). It is designed to run on Unix (Linux) computers and
25 uses the Qt Toolkit and QwSpriteField. A minimum of two players is
26 required, since there is no artifical intelligence (yet?). Boson is
27 still in very early development and not playable yet.
28
29 Boson's Code and Graphics are published under the GNU General Public
30 License.
31
32 If you want to know more about Boson, have a look at the Web site.
33
34 %description -l pl
35 Boson jest gr± strategiczn± rozgrywan± w czasie rzeczywistym, tak jak
36 Command&Conquer czy StarCraft. Zosta³ zaprojektowany dla maszyn
37 uniksowych (linuksowych); uzywa biblioteki Qt i QwSpriteField. Wymaga
38 siê co najmniej dwóch graczy, poniewa¿ brak (jeszcze?) sztucznej
39 inteligencji. Boson jest wci±¿ w fazie wczesnego rozwoju i nie da siê
40 jeszcze w niego graæ. Kod i grafika Bosona s± na powszechnej licencji
41 GNU. Aby dowiedzieæ siê wiêcej na temat Bosona, nale¿y zajrzeæ na
42 stronê WWW: http://aquila.rezel.enst.fr/boson/.
43
44 %prep
45 %setup -q
46
47 %build
48 kde_icondir=%{_pixmapsdir}; export kde_icondir
49 kde_htmldir=%{_htmldir}; export kde_htmldir
50 %configure2_13 \
51         --with-install-root=%{buildroot}
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 %{__make} install DESTDIR=$RPM_BUILD_ROOT
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 gzip -9nf AUTHORS ChangeLog README TODO
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files 
68 %defattr(644,root,root,755)
69 %doc *.gz
70 %attr(755,root,root) %{_bindir}/*
71 %{_applnkdir}/*
72 %{_datadir}/apps/*
73 %{_pixmapsdir}/*
74 %doc %{_htmldir}/en/Boson
This page took 0.065025 seconds and 4 git commands to generate.