games/zsnes: Updated for version 1.51

This commit is contained in:
eroc 2010-05-11 19:44:45 +02:00 committed by Robby Workman
parent 3026a3b806
commit 40883c936c
4 changed files with 11 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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