diff options
author | eroc <coreroc@linuxmail.org> | 2010-05-11 19:44:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:44:45 +0200 |
commit | 40883c936ca5c670e45fcb43f78e51b6164ffd4b (patch) | |
tree | 9d7b560f244a61892377b9564f83da492dbbdebc | |
parent | 3026a3b8068c57ed65e958246e32045965abcd92 (diff) | |
download | slackbuilds-40883c936ca5c670e45fcb43f78e51b6164ffd4b.tar.gz |
games/zsnes: Updated for version 1.51
-rw-r--r-- | games/zsnes/README | 1 | ||||
-rw-r--r-- | games/zsnes/slack-desc | 10 | ||||
-rw-r--r-- | games/zsnes/zsnes.SlackBuild | 3 | ||||
-rw-r--r-- | games/zsnes/zsnes.info | 2 |
4 files changed, 11 insertions, 5 deletions
diff --git a/games/zsnes/README b/games/zsnes/README index ee2c680bbc..56ae32eddb 100644 --- a/games/zsnes/README +++ b/games/zsnes/README @@ -5,4 +5,3 @@ On April 2, 2001 the ZSNES project was GPL'ed and its source released to the public. It currently runs on Windows, Linux, FreeBSD, and DOS. Remember that this is a public beta so don't expect this to run on your machine. - diff --git a/games/zsnes/slack-desc b/games/zsnes/slack-desc index 4f605502df..90d849fbde 100644 --- a/games/zsnes/slack-desc +++ b/games/zsnes/slack-desc @@ -1,4 +1,12 @@ -zsnes: ZSNES - SNES games emulator +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +zsnes: ZSNES (SNES games emulator) zsnes: zsnes: ZSNES is a Super Nintendo emulator programmed by zsKnight and _Demo_. zsnes: On April 2, 2001 the ZSNES project was GPL'ed and its source released diff --git a/games/zsnes/zsnes.SlackBuild b/games/zsnes/zsnes.SlackBuild index dee9557b4a..543332ab3f 100644 --- a/games/zsnes/zsnes.SlackBuild +++ b/games/zsnes/zsnes.SlackBuild @@ -11,7 +11,7 @@ ZSNESDIR=_1_51 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -31,7 +31,6 @@ tar -jxvf $CWD/$PRGNAM$ZSNESSRC.tar.bz2 || exit 1 mv $PRGNAM$ZSNESDIR $PRGNAM-$VERSION || exit 1 mv $PRGNAM-$VERSION/src/* $PRGNAM-$VERSION || exit 1 cd $PRGNAM-$VERSION - chown -R root:root . chmod -R a-s,u+rw,go-w . diff --git a/games/zsnes/zsnes.info b/games/zsnes/zsnes.info index a080985583..7e0216b7a4 100644 --- a/games/zsnes/zsnes.info +++ b/games/zsnes/zsnes.info @@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/zsnes/zsnes151src.tar.bz2" MD5SUM="328071775f88f7c3b9fdb94176e5e417" MAINTAINER="eroc" EMAIL="coreroc@linuxmail.org" -APPROVED="robw810" +APPROVED="rworkman" |