summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2010-05-13 00:26:30 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:26:30 +0200
commit44a9e3c4b0815017469ce92ef9af076e61e82d2f (patch)
tree6c2d4f707c8069d75e7ac1e39838292fb2114ea9
parent446ea0f16c34af7e75fb924af72e69cc22fd1b0d (diff)
downloadslackbuilds-44a9e3c4b0815017469ce92ef9af076e61e82d2f.tar.gz
slackbuilds-44a9e3c4b0815017469ce92ef9af076e61e82d2f.tar.xz
games/icebreaker: Updated for version 1.2.1
-rw-r--r--games/icebreaker/icebreaker.SlackBuild5
-rw-r--r--games/icebreaker/icebreaker.info2
2 files changed, 6 insertions, 1 deletions
diff --git a/games/icebreaker/icebreaker.SlackBuild b/games/icebreaker/icebreaker.SlackBuild
index 7442c31fc7..d8984ef917 100644
--- a/games/icebreaker/icebreaker.SlackBuild
+++ b/games/icebreaker/icebreaker.SlackBuild
@@ -17,10 +17,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
@@ -68,4 +71,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $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/icebreaker/icebreaker.info b/games/icebreaker/icebreaker.info
index ee38d1ea4e..bb5d01cb79 100644
--- a/games/icebreaker/icebreaker.info
+++ b/games/icebreaker/icebreaker.info
@@ -2,7 +2,9 @@ PRGNAM="icebreaker"
VERSION="1.2.1"
HOMEPAGE="http://mattdm.org/icebreaker/"
DOWNLOAD="http://mattdm.org/icebreaker/1.2.x/icebreaker-1.2.1.tgz"
+DOWNLOAD_x86_64=""
MD5SUM="9453119cf3342a8828e4805c0c49be50"
+MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
APPROVED="dsomero"