games/nevernoid: Updated for version 1.2

This commit is contained in:
B. Watson 2010-05-13 00:26:46 +02:00 committed by Robby Workman
parent 2c134c8b87
commit d14b39cb5c
4 changed files with 7 additions and 2 deletions

View file

@ -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.

View file

@ -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}

View file

@ -5,4 +5,4 @@ Exec=nevernoid
Type=Application
Icon=nevernoid
GenericName=NeverNoid
Categories=Game;
Categories=Game;ArcadeGame;

View file

@ -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"