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