Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (36400a7475b922e6430af93690056497234abe8b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (36400a7475b922e6430af93690056497234abe8b)
  • Date: Mon, 2 Mar 2009 11:54:55 -0600

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

games-rpg-mp/kmuddy/BUILD | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+)

New commits:
commit 36400a7475b922e6430af93690056497234abe8b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kmuddy: Added missing BUILD, thanks Ladislav :)

diff --git a/games-rpg-mp/kmuddy/BUILD b/games-rpg-mp/kmuddy/BUILD
new file mode 100755
index 0000000..1e0ab72
--- /dev/null
+++ b/games-rpg-mp/kmuddy/BUILD
@@ -0,0 +1,26 @@
+if [[ -f /etc/profile.d/qt.sh ]]; then
+ . /etc/profile.d/qt.sh
+fi &&
+
+if [[ "${SOUND}" == "none" ]]
+then
+ OPTS="--disable-sound \
+ --without-arts \
+ --without-sdl \
+ $OPTS"
+fi &&
+
+OPTS="$OPTS --build=${BUILD}"
+#If these switches are used, they _may_ stop distcc and ccache from working
+# for some spells (bug 3798)
+# We could write wrappers for all of the possible binaries
+[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
+
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ --includedir=${INSTALL_ROOT}/usr/include/kde3 \
+ $OPTS &&
+make



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (36400a7475b922e6430af93690056497234abe8b), Eric Sandall, 03/02/2009

Archive powered by MHonArc 2.6.24.

Top of Page