[Lunar-commits] r18006 - moonbase/trunk/games/kobodeluxe
Florin Braescu
florin at lunar-linux.org
Sun Jan 8 14:04:13 UTC 2006
Author: florin
Date: 2006-01-08 14:04:12 +0000 (Sun, 08 Jan 2006)
New Revision: 18006
Removed:
moonbase/trunk/games/kobodeluxe/CONFIGURE
Modified:
moonbase/trunk/games/kobodeluxe/BUILD
moonbase/trunk/games/kobodeluxe/DEPENDS
moonbase/trunk/games/kobodeluxe/DETAILS
Log:
make it compile and work again.
Modified: moonbase/trunk/games/kobodeluxe/BUILD
===================================================================
--- moonbase/trunk/games/kobodeluxe/BUILD 2006-01-08 14:00:36 UTC (rev 18005)
+++ moonbase/trunk/games/kobodeluxe/BUILD 2006-01-08 14:04:12 UTC (rev 18006)
@@ -1,14 +1,13 @@
(
- sedit 's:$(prefix)/games/kobo-deluxe:/var/games/kobo-deluxe:' \
- configure
+ sedit 's:$(prefix)/games/kobo-deluxe:/var/games/kobo-deluxe:' configure &&
- ./configure --prefix=/usr \
- --bindir=/usr/games \
- --disable-sdltest \
- $KOBO_OGL \
- $KOBO_OSS &&
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ ./configure --prefix=/usr \
+ --bindir=/usr/games \
+ --localstatedir=/var \
+ --disable-sdltest &&
default_make
) > $C_FIFO 2>&1
Deleted: moonbase/trunk/games/kobodeluxe/CONFIGURE
Modified: moonbase/trunk/games/kobodeluxe/DEPENDS
===================================================================
--- moonbase/trunk/games/kobodeluxe/DEPENDS 2006-01-08 14:00:36 UTC (rev 18005)
+++ moonbase/trunk/games/kobodeluxe/DEPENDS 2006-01-08 14:04:12 UTC (rev 18006)
@@ -1,2 +1,3 @@
depends SDL_image &&
+
optional_depends "glut" "--enable-gl" "" "For OpenGL support"
Modified: moonbase/trunk/games/kobodeluxe/DETAILS
===================================================================
--- moonbase/trunk/games/kobodeluxe/DETAILS 2006-01-08 14:00:36 UTC (rev 18005)
+++ moonbase/trunk/games/kobodeluxe/DETAILS 2006-01-08 14:04:12 UTC (rev 18006)
@@ -1,12 +1,17 @@
- MODULE=kobodeluxe
- VERSION=0.4pre8
+ MODULE=kobodeluxe
+ VERSION=0.4pre10
SOURCE=KoboDeluxe-$VERSION.tar.gz
+ SOURCE2=$MODULE-compile.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/KoboDeluxe-$VERSION
- SOURCE_URL[0]=http://www.olofson.net/kobodl/download/
- WEB_SITE=http://www.olofson.net/skobo
- ENTERED=20011219
- UPDATED=20030824
- SHORT="An enhanced port of the scrolling video game XKobo."
+ SOURCE_URL=http://www.olofson.net/kobodl/download/
+ SOURCE2_URL=$PATCH_URL/
+ SOURCE_VFY=sha1:7b1f37482d40e9f68291527d8b1b9dd7d88dd25c
+ SOURCE2_VFY=sha1:4bf0cb9e5fabd8ca7e729f5010d00b5a1b2192d5
+ WEB_SITE=http://www.olofson.net/kobodl/
+ ENTERED=20011219
+ UPDATED=20060108
+ SHORT="An enhanced port of the scrolling video game XKobo."
+
cat << EOF
Kobo Deluxe is a 3'rd person scrolling 2d shooter with a simple
and responsive control system - which you'll need to tackle the
@@ -16,12 +21,4 @@
action packed levels with smoothly increasing difficulty, and
different combinations of enemies that require different tactics
to be dealt with successfully.
-
- Kobo Deluxe has an improved graphics engine that can take full
-advantage of any video frame rate, without affecting the game
-logic and timing. It also adds sound effects, flashy "dashboard"
-graphics, full-screen mode and various other features expected
-from a modern game. Kobo Deluxe is based on SDL, and therefore
-builds and runs on all major operating systems, as well as some
-more unusual platforms.
EOF
More information about the Lunar-commits
mailing list