Summary: Boson: a Real-Time Strategy Game (RTS) for the KDE project Summary(pl): Boson: gra strategiczna w czasie rzeczywistym dla KDE Name: boson Version: 0.10 Release: 0.1 License: GPL Group: X11/Applications/Games Source0: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-all-%{version}.tar.bz2 # Source0-md5: e54b1a3f1f140412597d4df296522bde Patch0: %{name}-desktop.patch Patch1: %{name}-python.patch Icon: boson.xpm URL: http://boson.sourceforge.net/ BuildRequires: arts-devel BuildRequires: kdegames-devel >= 3.0.3 BuildRequires: kdelibs-devel >= 3.0.3 BuildRequires: lib3ds-devel Requires: arts-X11 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _htmldir %{_docdir}/kde/HTML %description Boson is a real-time strategy game, like Command&Conquer(tm) or StarCraft(tm). It is designed to run on Unix (Linux) computers and uses the Qt Toolkit and QwSpriteField. A minimum of two players is required, since there is no artificial intelligence (yet?). Boson is still in very early development and not playable yet. %description -l pl Boson jest grą strategiczną rozgrywaną w czasie rzeczywistym, tak jak Command&Conquer czy StarCraft. Został zaprojektowany dla maszyn uniksowych (linuksowych); uzywa biblioteki Qt i QwSpriteField. Wymaga się co najmniej dwóch graczy, ponieważ brak (jeszcze?) sztucznej inteligencji. Boson jest wciąż w fazie wczesnego rozwoju i nie da się jeszcze w niego grać. %prep %setup -q -n %{name}-all-%{version} %patch0 -p1 %patch1 -p1 %build kde_icondir=%{_pixmapsdir}; export kde_icondir kde_htmldir=%{_htmldir}; export kde_htmldir %configure \ --host=%{_host}\ --target=%{_target_platform} \ --disable-rpath \ --enable-final # %{__make} Fails becuse after including many QT headers gcc is unable to find :/ #mv ./data/map ./data/map.foo #cd boson #%{__make} #cd .. #mv ./data/map.foo ./data/map %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT ## install textures and resources files : #install -d $RPM_BUILD_ROOT%{_datadir}/apps mv -f $RPM_BUILD_ROOT%{_applnkdir}/Games/{TacticStrategy,Strategy} mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/{hicolor/48x48/apps/,}boson.png %find_lang %{name} --with-kde %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog README TODO %attr(755,root,root) %{_bindir}/* %{_applnkdir}/Games/Strategy/*.desktop %{_datadir}/apps/boson %{_pixmapsdir}/boson.png