[Lunar-commits] <moonbase> games: Adjusting the BUILD for blobby and supertux.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Jun 9 11:45:05 CEST 2011


commit 8eed1f61facc917b970f4ee4063a37c137ebdb3e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Jun 9 05:45:05 2011 -0400

    games: Adjusting the BUILD for blobby and supertux.
---
 games/blobby/BUILD   |    3 +--
 games/supertux/BUILD |    6 +-----
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/games/blobby/BUILD b/games/blobby/BUILD
index 5f69934..09bfdcb 100644
--- a/games/blobby/BUILD
+++ b/games/blobby/BUILD
@@ -1,7 +1,6 @@
 (
 
-  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX $OPTS  &&
-  default_make  &&
+  default_cmake_build &&
 
   # Desktop menu entry
   cat > $MODULE.desktop << EOF  &&
diff --git a/games/supertux/BUILD b/games/supertux/BUILD
index 07b1411..bd4c265 100644
--- a/games/supertux/BUILD
+++ b/games/supertux/BUILD
@@ -1,9 +1,5 @@
 (
 
-  cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-        -DCMAKE_BUILD_TYPE=RELEASE             \
-        $OPTS .                               &&
-
-  default_make
+  default_cmake_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list