[Lunar-commits] <moonbase> supertux: version bumped to 0.3.3.

Florin Braescu florin at lunar-linux.org
Sun Jul 18 10:47:20 CEST 2010


commit fe875837be20e233c569d5967b4568542b726329
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jul 18 11:47:20 2010 +0300

    supertux: version bumped to 0.3.3.
---
 games/supertux/BUILD   |    9 ++++-----
 games/supertux/DEPENDS |   11 ++++++-----
 games/supertux/DETAILS |   12 ++++++------
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/games/supertux/BUILD b/games/supertux/BUILD
index e6f1d14..dc2576a 100644
--- a/games/supertux/BUILD
+++ b/games/supertux/BUILD
@@ -1,8 +1,7 @@
 (
-
-  default_config &&
-  jam &&
-  prepare_install &&
-  jam install
+   mkdir build  &&
+   cd build     &&
+   cmake -D CMAKE_INSTALL_PREFIX=/usr ..  &&
+   default_make
 
 ) > $C_FIFO 2>&1
diff --git a/games/supertux/DEPENDS b/games/supertux/DEPENDS
index 2dc20ce..fcd0c4d 100644
--- a/games/supertux/DEPENDS
+++ b/games/supertux/DEPENDS
@@ -1,6 +1,7 @@
-depends jam        &&
-depends openal     &&
-depends mikmod     &&
-depends SDL_image  &&
-depends SDL_mixer  &&
+depends cmake
+depends boost
+depends openal
+depends SDL_image
+depends SDL_mixer
 depends physfs
+depends glew
diff --git a/games/supertux/DETAILS b/games/supertux/DETAILS
index 9a9b3f7..b29302b 100644
--- a/games/supertux/DETAILS
+++ b/games/supertux/DETAILS
@@ -1,14 +1,14 @@
           MODULE=supertux
-         VERSION=0.3.1d
+         VERSION=0.3.3
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://download.berlios.de/$MODULE/
-      SOURCE_VFY=sha1:5d9fd1ee9da7c207ed3294fbc6aa189e68768d93
-        WEB_SITE=http://super-tux.berlios.de/
+      SOURCE_URL=http://download.berlios.de/$MODULE
+      SOURCE_VFY=sha1:f89214fd5d997b62753fbba7e1d089d81513f2de
+        WEB_SITE=http://super-tux.berlios.de
          ENTERED=20040630
-         UPDATED=20081228
+         UPDATED=20100718
       MAINTAINER=florin at lunar-linux.org
            SHORT="jump'n run like game"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-`echo $VERSION | cut -dd -f1`
+
 cat <<EOF
 SuperTux is a jump'n run like game, with strong inspiration from the
 Super Mario Bros games for Nintendo. Run and jump through multiple 


More information about the Lunar-commits mailing list