diff options
author | M.Dinslage <daedra1980@gmail.com> | 2011-07-12 05:19:27 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:05 -0300 |
commit | 2af8007e4b76ae9c21e4faf53be8410ee7711e94 (patch) | |
tree | 915a71e6003f89fd5376c825ca9fbcc17cb2c9f8 /games/fceux/fceux.SlackBuild | |
parent | dbe994aba120a176479cc90a362c8253c602b422 (diff) | |
download | slackbuilds-2af8007e4b76ae9c21e4faf53be8410ee7711e94.tar.gz |
games/fceux: Updated for version 2.1.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/fceux/fceux.SlackBuild')
-rw-r--r-- | games/fceux/fceux.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/fceux/fceux.SlackBuild b/games/fceux/fceux.SlackBuild index 5458d8fa1d..fe285aac5a 100644 --- a/games/fceux/fceux.SlackBuild +++ b/games/fceux/fceux.SlackBuild @@ -5,8 +5,8 @@ # Written by M.Dinslage (daedra1980@gmail.com) PRGNAM=fceux -VERSION=${VERSION:-2.1.4a} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.1.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -44,7 +44,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.src.tar.bz2 cd fceu$VERSION -patch -p1 < $CWD/enable-recording.patch +patch -p1 < $CWD/fceux-2.1.5-underlink.patch chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -54,7 +54,7 @@ find . \ scons -#Dont use scons install, we'll take care of install ourselves +#Install binary mkdir -p $PKG/usr/games install -m 0755 bin/fceux $PKG/usr/games @@ -70,7 +70,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - bin/fceux.chm COPYING INSTALL NEWS README-SDL TODO-PROJECT \ + bin/fceux.chm COPYING INSTALL README-SDL TODO-PROJECT \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |