summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2010-05-13 00:26:43 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:26:43 +0200
commit897a493e66c937c6830cf2fb101529d962408dd8 (patch)
tree38d745e797635ac3ac67475e076918ea6e3b16ca
parent19e12fc16fd8d00edd07926b877771de120d1a01 (diff)
downloadslackbuilds-897a493e66c937c6830cf2fb101529d962408dd8.tar.gz
slackbuilds-897a493e66c937c6830cf2fb101529d962408dd8.tar.xz
games/monkey-bubble: Updated for version 0.4.0
-rw-r--r--games/monkey-bubble/README2
-rw-r--r--games/monkey-bubble/monkey-bubble.SlackBuild10
-rw-r--r--games/monkey-bubble/monkey-bubble.info2
3 files changed, 10 insertions, 4 deletions
diff --git a/games/monkey-bubble/README b/games/monkey-bubble/README
index 01d79d03c2..7cef0070a3 100644
--- a/games/monkey-bubble/README
+++ b/games/monkey-bubble/README
@@ -1,7 +1,7 @@
Monkey Bubble is a game in which you must explode all bubbles
in the game area.
-This requires libgnomeui and gnome-doc-utils.
+This requires libgnomeui.
If you want scrollkeeper support, then install rarian and do this:
HAVE_RARIAN=yes ./monkey-bubble.SlackBuild
diff --git a/games/monkey-bubble/monkey-bubble.SlackBuild b/games/monkey-bubble/monkey-bubble.SlackBuild
index d8943d7aad..dccf40c0ce 100644
--- a/games/monkey-bubble/monkey-bubble.SlackBuild
+++ b/games/monkey-bubble/monkey-bubble.SlackBuild
@@ -15,10 +15,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
fi
set -e
@@ -40,15 +43,16 @@ patch -p1 < $CWD/monkey-bubble-0.4.0-gnome-doc.patch
# This is if you want to enable scrollkeeper.
if [ "${HAVE_RARIAN:-no}" != "yes" ]; then
- USE_RARIAN="disable-scrollkeeper"
+ USE_RARIAN="disable-scrollkeeper"
else
- USE_RARIAN="enable-scrollkeeper"
+ USE_RARIAN="enable-scrollkeeper"
fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--${USE_RARIAN} \
--build=$ARCH-slackware-linux
@@ -87,4 +91,4 @@ done
echo "unset GCONF_CONFIG_SOURCE" >> $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/games/monkey-bubble/monkey-bubble.info b/games/monkey-bubble/monkey-bubble.info
index 548a57e98e..4187bc2f10 100644
--- a/games/monkey-bubble/monkey-bubble.info
+++ b/games/monkey-bubble/monkey-bubble.info
@@ -2,7 +2,9 @@ PRGNAM="monkey-bubble"
VERSION="0.4.0"
HOMEPAGE="http://www.monkey-bubble.org/"
DOWNLOAD="http://home.gna.org/monkeybubble/downloads/monkey-bubble-0.4.0.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="0de8a05c8c15e08326d244534dc30f22"
+MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="rworkman"