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