Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (d97dbdede471fa20afd4523855e9b6db61c22826)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (d97dbdede471fa20afd4523855e9b6db61c22826)
  • Date: Fri, 11 Aug 2006 16:23:57 -0500

GIT changes to master games grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
games-puzzles/einstein/BUILD | 12 ++++++++++++
games-puzzles/einstein/DEPENDS | 6 ++++++
games-puzzles/einstein/DETAILS | 16 ++++++++++++++++
games-puzzles/einstein/HISTORY | 2 ++
games-puzzles/einstein/INSTALL | 2 ++
games-puzzles/einstein/PRE_BUILD | 4 ++++
7 files changed, 45 insertions(+)

New commits:
commit d97dbdede471fa20afd4523855e9b6db61c22826
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-puzzles/einstein: new spell, Einstein's famous puzzle game

diff --git a/ChangeLog b/ChangeLog
index 599aa57..472b7d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-08-12 Pol Vinogradov <vin.public AT gmail.com>
+ * games-puzzles/einstein: Einstein's famous puzzle game
+
2006-07-08 John Harding <johnh AT kuberaconsulting.com>
* games-arcade-2d/armagetron: Removed game due to the devs no longer
developing or supporting. They have released armagetronad.
diff --git a/games-puzzles/einstein/BUILD b/games-puzzles/einstein/BUILD
new file mode 100755
index 0000000..234bf0c
--- /dev/null
+++ b/games-puzzles/einstein/BUILD
@@ -0,0 +1,12 @@
+sedit 's:PREFIX=/usr/local:PREFIX=${INSTALL_ROOT}/usr:' Makefile &&
+sedit "s:OPTIMIZE=#-O6 -march=pentium4 -mfpmath=sse -fomit-frame-pointer
-funroll-loops:OPTIMIZE=$CFLAGS:" Makefile &&
+sedit 's:$(INSTALL) -s -D $(TARGET) $(PREFIX)/bin/$(TARGET):$(INSTALL) -s -D
$(TARGET) $(PREFIX)/games/$(TARGET):' Makefile &&
+sedit 's:$(INSTALL) -D einstein.res
$(PREFIX)/share/einstein/res/einstein.res:$(INSTALL) -D einstein.res
$(PREFIX)/share/games/einstein/res/einstein.res:' Makefile &&
+sedit "s:PREFIX
L\"/share/einstein:L\"${INSTALL_ROOT}/usr/share/games/einstein:" main.cpp &&
+make &&
+cd mkres &&
+sedit "s:OPTIMIZE=-O6:OPTIMIZE=$CFLAGS:" Makefile &&
+make &&
+cd ../res &&
+./build.sh &&
+cd ${SOURCE_DIRECTORY}
diff --git a/games-puzzles/einstein/DEPENDS b/games-puzzles/einstein/DEPENDS
new file mode 100755
index 0000000..6f58f60
--- /dev/null
+++ b/games-puzzles/einstein/DEPENDS
@@ -0,0 +1,6 @@
+depends g++ &&
+depends freetype2 &&
+depends sdl &&
+depends sdl_ttf &&
+depends sdl_mixer &&
+depends zlib
diff --git a/games-puzzles/einstein/DETAILS b/games-puzzles/einstein/DETAILS
new file mode 100755
index 0000000..25ced8f
--- /dev/null
+++ b/games-puzzles/einstein/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=einstein
+ VERSION=2.0
+ SOURCE=$SPELL-$VERSION-src.tar.gz
+ SOURCE2=$SPELL-$VERSION-res.tar.gz
+
SOURCE_HASH=sha512:45599546f2f7fce32f7441cfdae88b72297f4a506d9eb98a64c3b24ec2e2fd86a63d59961a21e017df6a7a676d864ad12598d735f9049adf43cddd91d661f619
+
SOURCE2_HASH=sha512:1da985648464445b5fa783f7c4e4511158e8b11192402c63e00fdadb6d1aa47d7b0d443ce8541975a56e556d4c70c4ab49975f829ca6e91464bb43d697f3b8a6
+ SOURCE_URL[0]=http://games.flowix.com/files/$SPELL/$SOURCE
+ SOURCE2_URL[0]=http://games.flowix.com/files/$SPELL/$SOURCE2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://games.flowix.com/en/index.html
+ ENTERED=20060812
+ LICENSE[0]=GPL
+ SHORT="Einstein's famous puzzle game"
+cat << EOF
+Einstein's famous puzzle game. Only people with IQ >= 98 can solve it, he
said.
+EOF
diff --git a/games-puzzles/einstein/HISTORY b/games-puzzles/einstein/HISTORY
new file mode 100644
index 0000000..abaef75
--- /dev/null
+++ b/games-puzzles/einstein/HISTORY
@@ -0,0 +1,2 @@
+2006-08-12 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: created spell
diff --git a/games-puzzles/einstein/INSTALL b/games-puzzles/einstein/INSTALL
new file mode 100755
index 0000000..6a8e3a8
--- /dev/null
+++ b/games-puzzles/einstein/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+cp -rv res ${INSTALL_ROOT}/usr/share/games/einstein
diff --git a/games-puzzles/einstein/PRE_BUILD
b/games-puzzles/einstein/PRE_BUILD
new file mode 100755
index 0000000..718293c
--- /dev/null
+++ b/games-puzzles/einstein/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${BUILD_DIRECTORY} &&
+unpack_file 2 &&
+cd ${SOURCE_DIRECTORY}



  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (d97dbdede471fa20afd4523855e9b6db61c22826), Pol Vinogradov, 08/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page