summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author M.Dinslage2013-10-27 19:57:57 +0100
committer Matteo Bernardini2013-10-27 20:54:02 +0100
commit8e2c960f4a8cdad5ac5b7b097ec1acb56c7018a3 (patch)
tree61801abdd26cfa22c48e5fb28472cf7093f99daa /games
parente87288e2d3ec970b4f5129e219eb707854e277c1 (diff)
downloadslackbuilds-8e2c960f4a8cdad5ac5b7b097ec1acb56c7018a3.tar.gz
games/fceux: Updated for version 2.2.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/fceux/fceux.SlackBuild8
-rw-r--r--games/fceux/fceux.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/games/fceux/fceux.SlackBuild b/games/fceux/fceux.SlackBuild
index 7e650d541a..d064a24c04 100644
--- a/games/fceux/fceux.SlackBuild
+++ b/games/fceux/fceux.SlackBuild
@@ -5,7 +5,7 @@
# Written by M.Dinslage (daedra1980@gmail.com)
PRGNAM=fceux
-VERSION=${VERSION:-2.2.0}
+VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -41,9 +41,9 @@ set -e # Exit on most errors
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM
+rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.src.tar.?z*
-cd $PRGNAM
+cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -73,7 +73,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a documentation/* COPYING *.txt *.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a documentation/* COPYING *.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
#Add icon and application launcher
diff --git a/games/fceux/fceux.info b/games/fceux/fceux.info
index 9a68bf0d8a..837f46db2e 100644
--- a/games/fceux/fceux.info
+++ b/games/fceux/fceux.info
@@ -1,8 +1,8 @@
PRGNAM="fceux"
-VERSION="2.2.0"
+VERSION="2.2.1"
HOMEPAGE="http://fceux.com/web/home.html"
-DOWNLOAD="http://downloads.sourceforge.net/fceultra/fceux-2.2.0.src.tar.gz"
-MD5SUM="d8ef1c5de018358d34bd6680fa7ba4b9"
+DOWNLOAD="http://downloads.sourceforge.net/fceultra/fceux-2.2.1.src.tar.gz"
+MD5SUM="696d0186afb17f3b70d4aa9e9f5cf1d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua scons"