diff options
author | B. Watson <yalhcru@gmail.com> | 2014-05-01 09:25:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-01 09:25:19 +0700 |
commit | 86fa9f1f0db46b7e2efd6a48853a2e2a3a16e00c (patch) | |
tree | 2353269b4c269c82bd620a743c39ec53e3fbe51a /games/mari0 | |
parent | eca63c3bc5ca4d7b38f1dd2218958c33b38bf631 (diff) | |
download | slackbuilds-86fa9f1f0db46b7e2efd6a48853a2e2a3a16e00c.tar.gz |
games/mari0: Fix DEPS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/mari0')
-rw-r--r-- | games/mari0/mari0.SlackBuild | 11 | ||||
-rw-r--r-- | games/mari0/mari0.info | 4 |
2 files changed, 4 insertions, 11 deletions
diff --git a/games/mari0/mari0.SlackBuild b/games/mari0/mari0.SlackBuild index d77333c721..e240c63556 100644 --- a/games/mari0/mari0.SlackBuild +++ b/games/mari0/mari0.SlackBuild @@ -8,7 +8,7 @@ PRGNAM=mari0 VERSION=${VERSION:-1.6} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # *.love files are just zip files full of lua code, they're cross-platform @@ -24,13 +24,6 @@ set -e SRCNAM="$PRGNAM-source.zip" PAYLOAD="${PRGNAM}_${VERSION}.love" -# If the source was downloaded with something that doesn't honour the -# content-disposition header: -BADSRCNAM="dl.php?file=mari0-1006%2Fmari0-source.zip" -if [ -e "$CWD/$BADSRCNAM" ]; then - mv "$CWD/$BADSRCNAM" "$CWD/mari0-source.zip" -fi - rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP @@ -43,7 +36,7 @@ unzip $CWD/$SRCNAM # output redirection for everything. mkdir -p $PKG/usr/games -echo '#!/usr/bin/env love' > $PKG/usr/games/$PRGNAM +echo '#!/usr/bin/env love-0.8.0' > $PKG/usr/games/$PRGNAM cat $PAYLOAD >> $PKG/usr/games/$PRGNAM chmod 0755 $PKG/usr/games/$PRGNAM diff --git a/games/mari0/mari0.info b/games/mari0/mari0.info index 55a6a6b806..4558024711 100644 --- a/games/mari0/mari0.info +++ b/games/mari0/mari0.info @@ -1,10 +1,10 @@ PRGNAM="mari0" VERSION="1.6" HOMEPAGE="http://stabyourself.net/mari0/" -DOWNLOAD="http://stabyourself.net/dl.php?file=mari0-1006/mari0-source.zip" +DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/mari0-source.zip" MD5SUM="22125f68ff41795fa8bafad5d1b1d1a9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="love" +REQUIRES="love-legacy080" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |