- add Geeko kart add-on by default
OBS-URL: https://build.opensuse.org/package/show/games/supertuxkart?expand=0&rev=27
This commit is contained in:
committed by
Git OBS Bridge
parent
be13a2ba34
commit
3d445ad236
3
14e6ba25b17f0d.zip
Normal file
3
14e6ba25b17f0d.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4be715ea328bf11640c5fd94e6c9ad03b3cddd5816b75e0f3d838f45231d52c
|
||||
size 120284
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 12:57:39 UTC 2011 - prusnak@opensuse.org
|
||||
|
||||
- add Geeko kart add-on by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 16 20:49:26 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -13,6 +13,8 @@ Summary: A 3D kart racing game
|
||||
Url: http://supertuxkart.berlios.de/
|
||||
Group: Amusements/Games/3D/Race
|
||||
Source: http://download.berlios.de/supertuxkart/%{name}-%{version}-src.tar.bz2
|
||||
# Geeko kart add-on (CC-BY 3.0)
|
||||
Source1: http://stkaddons.net/dl/14e6ba25b17f0d.zip
|
||||
BuildRequires: curl-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@@ -34,17 +36,20 @@ watching the stars passing by. Have some rest under the palms on the beach (watc
|
||||
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!
|
||||
on your own, play battle mode against your friends, and more!
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%__make %{?_smp_fmlags}
|
||||
make %{?_smp_fmlags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
mkdir -p %{buildroot}%{_datadir}/games/supertuxkart/data/karts/geeko/
|
||||
cd %{buildroot}%{_datadir}/games/supertuxkart/data/karts/geeko/
|
||||
unzip %{SOURCE1}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
%suse_update_desktop_file supertuxkart
|
||||
|
||||
|
Reference in New Issue
Block a user