mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/nevernoid: Updated for version 1.2
This commit is contained in:
parent
2c134c8b87
commit
d14b39cb5c
4 changed files with 7 additions and 2 deletions
|
@ -10,3 +10,6 @@ non-functional (author disabled it on purpose).
|
||||||
|
|
||||||
Note: the download site checks the HTTP referrer header, wget won't work
|
Note: the download site checks the HTTP referrer header, wget won't work
|
||||||
without some hackery. Easier to just use a browser.
|
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.
|
||||||
|
|
|
@ -59,4 +59,4 @@ mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
||||||
cd $PKG
|
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}
|
||||||
|
|
|
@ -5,4 +5,4 @@ Exec=nevernoid
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=nevernoid
|
Icon=nevernoid
|
||||||
GenericName=NeverNoid
|
GenericName=NeverNoid
|
||||||
Categories=Game;
|
Categories=Game;ArcadeGame;
|
||||||
|
|
|
@ -3,6 +3,8 @@ VERSION="1.2"
|
||||||
HOMEPAGE="http://www.doubledev.com/nevernoid.html"
|
HOMEPAGE="http://www.doubledev.com/nevernoid.html"
|
||||||
DOWNLOAD="http://www.sourcefiles.org/Games/Arcade/Block_Based/NeverNoid_v12_linux_x86.tar.gz"
|
DOWNLOAD="http://www.sourcefiles.org/Games/Arcade/Block_Based/NeverNoid_v12_linux_x86.tar.gz"
|
||||||
MD5SUM="ce70344326b85c87907bba42e09c3f58"
|
MD5SUM="ce70344326b85c87907bba42e09c3f58"
|
||||||
|
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="B. Watson"
|
MAINTAINER="B. Watson"
|
||||||
EMAIL="yalhcru@gmail.com"
|
EMAIL="yalhcru@gmail.com"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in a new issue