[Lunar-commits] r24665 - in moonbase/trunk: devel devel/gdb devel/jam games/supertux
Moritz Heiber
moe at lunar-linux.org
Sun Jun 3 15:13:07 CEST 2007
Author: moe
Date: 2007-06-03 15:13:07 +0200 (Sun, 03 Jun 2007)
New Revision: 24665
Added:
moonbase/trunk/devel/jam/
moonbase/trunk/devel/jam/BUILD
moonbase/trunk/devel/jam/DETAILS
Modified:
moonbase/trunk/devel/gdb/DETAILS
moonbase/trunk/games/supertux/BUILD
moonbase/trunk/games/supertux/DEPENDS
moonbase/trunk/games/supertux/DETAILS
Log:
1) gdb is not PSAFE
2) jam is a quaint build tool used by supertux
3) Update to supertux. I know, I'm an advocate of the MAINTAINER
field myself .. but since florin seems to have neglected the module
anyway (which I don't blame him for) I took it into my own hands
to update it. Took quite some effort .. but I managed to do it.
Modified: moonbase/trunk/devel/gdb/DETAILS
===================================================================
--- moonbase/trunk/devel/gdb/DETAILS 2007-06-03 11:02:14 UTC (rev 24664)
+++ moonbase/trunk/devel/gdb/DETAILS 2007-06-03 13:13:07 UTC (rev 24665)
@@ -9,6 +9,7 @@
WEB_SITE=http://sourceware.cygnus.com/gdb
ENTERED=20011023
UPDATED=20061220
+ PSAFE=no
SHORT="GNU Debugger used for debugging"
cat << EOF
Added: moonbase/trunk/devel/jam/BUILD
===================================================================
--- moonbase/trunk/devel/jam/BUILD (rev 0)
+++ moonbase/trunk/devel/jam/BUILD 2007-06-03 13:13:07 UTC (rev 24665)
@@ -0,0 +1,7 @@
+(
+
+ make &&
+ prepare_install &&
+ install -m755 $SOURCE_DIRECTORY/bin.linuxx86/jam /usr/bin/
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/devel/jam/DETAILS
===================================================================
--- moonbase/trunk/devel/jam/DETAILS (rev 0)
+++ moonbase/trunk/devel/jam/DETAILS 2007-06-03 13:13:07 UTC (rev 24665)
@@ -0,0 +1,12 @@
+ MODULE=jam
+ VERSION=2.5
+ SOURCE=$MODULE-$VERSION.tar
+ SOURCE_URL=ftp://ftp.perforce.com/pub/jam/
+ WEB_SITE=http://public.perforce.com/public/jam/index.html
+ ENTERED=20070603
+ UPDATED=20070603
+ SHORT="a build system"
+cat << EOF
+Jam is a software build tool that makes building simple things simple
+and building complicated things manageable.
+EOF
Modified: moonbase/trunk/games/supertux/BUILD
===================================================================
--- moonbase/trunk/games/supertux/BUILD 2007-06-03 11:02:14 UTC (rev 24664)
+++ moonbase/trunk/games/supertux/BUILD 2007-06-03 13:13:07 UTC (rev 24665)
@@ -1,5 +1,8 @@
(
- default_game_build
+ default_config &&
+ jam &&
+ prepare_install &&
+ jam install
) > $C_FIFO 2>&1
Modified: moonbase/trunk/games/supertux/DEPENDS
===================================================================
--- moonbase/trunk/games/supertux/DEPENDS 2007-06-03 11:02:14 UTC (rev 24664)
+++ moonbase/trunk/games/supertux/DEPENDS 2007-06-03 13:13:07 UTC (rev 24665)
@@ -1,2 +1,6 @@
+depends jam &&
+depends openal &&
+depends mikmod &&
depends SDL_image &&
-depends SDL_mixer
+depends SDL_mixer &&
+depends physfs
Modified: moonbase/trunk/games/supertux/DETAILS
===================================================================
--- moonbase/trunk/games/supertux/DETAILS 2007-06-03 11:02:14 UTC (rev 24664)
+++ moonbase/trunk/games/supertux/DETAILS 2007-06-03 13:13:07 UTC (rev 24665)
@@ -1,11 +1,11 @@
MODULE=supertux
- VERSION=0.1.3
+ VERSION=0.3.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://download.berlios.de/$MODULE/
- SOURCE_VFY=sha1:ad783011fbf15a8a56ca8680769a8c2a15abc515
+ SOURCE_VFY=sha1:3a2b7ff90759982af697ecf62243b4ec2736ac53
WEB_SITE=http://super-tux.berlios.de/
ENTERED=20040630
- UPDATED=20050710
+ UPDATED=20070603
MAINTAINER=florin at lunar-linux.org
SHORT="jump'n run like game"
More information about the Lunar-commits
mailing list