summaryrefslogtreecommitdiffstats
path: root/games/nevernoid
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2010-05-13 00:26:46 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:26:46 +0200
commitd14b39cb5c4c0e92cb9747b50b94ddd44ae61fd9 (patch)
treebd519e7390d50bcda0084d7970c5e07d458d391d /games/nevernoid
parent2c134c8b874f30f6d6a2b3d9d808a0e51387dca7 (diff)
downloadslackbuilds-d14b39cb5c4c0e92cb9747b50b94ddd44ae61fd9.tar.gz
slackbuilds-d14b39cb5c4c0e92cb9747b50b94ddd44ae61fd9.tar.xz
games/nevernoid: Updated for version 1.2
Diffstat (limited to 'games/nevernoid')
-rw-r--r--games/nevernoid/README3
-rw-r--r--games/nevernoid/nevernoid.SlackBuild2
-rw-r--r--games/nevernoid/nevernoid.desktop2
-rw-r--r--games/nevernoid/nevernoid.info2
4 files changed, 7 insertions, 2 deletions
diff --git a/games/nevernoid/README b/games/nevernoid/README
index 9eeecc4c11..d4d8ffbde4 100644
--- a/games/nevernoid/README
+++ b/games/nevernoid/README
@@ -10,3 +10,6 @@ non-functional (author disabled it on purpose).
Note: the download site checks the HTTP referrer header, wget won't work
without some hackery. Easier to just use a browser.
+
+Note to 64-bit users: The game is a 32-bit x86 binary. It should run if
+you have multilib and 32-bit compatibility libraries installed.
diff --git a/games/nevernoid/nevernoid.SlackBuild b/games/nevernoid/nevernoid.SlackBuild
index 59c202593f..7acca23c30 100644
--- a/games/nevernoid/nevernoid.SlackBuild
+++ b/games/nevernoid/nevernoid.SlackBuild
@@ -59,4 +59,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
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/nevernoid/nevernoid.desktop b/games/nevernoid/nevernoid.desktop
index 563f077252..e75f868eea 100644
--- a/games/nevernoid/nevernoid.desktop
+++ b/games/nevernoid/nevernoid.desktop
@@ -5,4 +5,4 @@ Exec=nevernoid
Type=Application
Icon=nevernoid
GenericName=NeverNoid
-Categories=Game;
+Categories=Game;ArcadeGame;
diff --git a/games/nevernoid/nevernoid.info b/games/nevernoid/nevernoid.info
index a127fc8f06..80383ee481 100644
--- a/games/nevernoid/nevernoid.info
+++ b/games/nevernoid/nevernoid.info
@@ -3,6 +3,8 @@ VERSION="1.2"
HOMEPAGE="http://www.doubledev.com/nevernoid.html"
DOWNLOAD="http://www.sourcefiles.org/Games/Arcade/Block_Based/NeverNoid_v12_linux_x86.tar.gz"
MD5SUM="ce70344326b85c87907bba42e09c3f58"
+DOWNLOAD_x86_64="UNSUPPORTED"
+MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
APPROVED="rworkman"