2008-04-30 12:50:24 +00:00
|
|
|
#
|
2009-01-22 12:03:53 +00:00
|
|
|
# spec file for package supertuxkart (Version 0.6)
|
2008-04-30 12:50:24 +00:00
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: supertuxkart
|
2010-12-21 19:17:18 +00:00
|
|
|
Version: 0.7
|
2008-04-30 12:50:24 +00:00
|
|
|
Release: 1
|
|
|
|
License: GPL
|
2010-12-21 23:28:12 +00:00
|
|
|
Summary: A 3D kart racing game
|
2010-12-18 22:43:50 +00:00
|
|
|
Url: http://supertuxkart.berlios.de/
|
|
|
|
Group: Amusements/Games/3D/Race
|
2010-12-21 19:17:18 +00:00
|
|
|
Source: http://download.berlios.de/supertuxkart/%{name}-%{version}-src.tar.bz2
|
2009-09-03 15:43:01 +00:00
|
|
|
BuildRequires: fdupes
|
2010-12-18 22:43:50 +00:00
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: irrlicht-devel
|
|
|
|
BuildRequires: libogg-devel
|
|
|
|
BuildRequires: libvorbis-devel
|
|
|
|
BuildRequires: openal-devel
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2008-04-30 12:50:24 +00:00
|
|
|
|
|
|
|
%description
|
2010-12-21 23:28:12 +00:00
|
|
|
SuperTuxKart is a Free 3d kart racing game.
|
|
|
|
|
|
|
|
The focus of the game is more to be fun than it is to be realistic.
|
|
|
|
You can play with up to 4 friends on one PC, racing against each other or just try to beat the computer.
|
|
|
|
|
|
|
|
See the great lighthouse or drive through the sand and visit the pyramids. Race underground or in space,
|
|
|
|
watching the stars passing by. Have some rest under the palms on the beach (watching the other karts
|
|
|
|
overtaking you :) ). But don't eat the bananas! Watch for bowling balls, plungers, bubble gum and cakes thrown by opponents.
|
|
|
|
|
|
|
|
You can do a single race against other karts, compete in one of several Grand Prix, try to beat the high score in time trials
|
|
|
|
on your own, play battle mode against your friends, and more!
|
2008-04-30 12:50:24 +00:00
|
|
|
|
|
|
|
%prep
|
2010-12-21 19:17:18 +00:00
|
|
|
%setup -q
|
2008-04-30 12:50:24 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2010-12-18 22:43:50 +00:00
|
|
|
%__make %{?_smp_fmlags}
|
2008-04-30 12:50:24 +00:00
|
|
|
|
|
|
|
%install
|
2010-12-18 22:43:50 +00:00
|
|
|
%makeinstall
|
2009-09-03 15:43:01 +00:00
|
|
|
%fdupes %{buildroot}%{_datadir}
|
2010-12-18 22:43:50 +00:00
|
|
|
%suse_update_desktop_file supertuxkart
|
2008-04-30 12:50:24 +00:00
|
|
|
|
|
|
|
%clean
|
2010-12-18 22:43:50 +00:00
|
|
|
rm -rf %{buildroot}
|
2008-04-30 12:50:24 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING NEWS README TODO
|
2008-05-15 07:19:37 +00:00
|
|
|
%{_prefix}/games/supertuxkart
|
2008-04-30 12:50:24 +00:00
|
|
|
%{_datadir}/games/supertuxkart/
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_datadir}/pixmaps/%{name}_*.xpm
|
2008-05-15 07:30:49 +00:00
|
|
|
%{_datadir}/doc/%{name}
|
2008-04-30 12:50:24 +00:00
|
|
|
|
|
|
|
%changelog
|