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