diff options
author | M.Dinslage | 2013-10-27 19:57:57 +0100 |
---|---|---|
committer | Matteo Bernardini | 2013-10-27 20:54:02 +0100 |
commit | 8e2c960f4a8cdad5ac5b7b097ec1acb56c7018a3 (patch) | |
tree | 61801abdd26cfa22c48e5fb28472cf7093f99daa /games/fceux/fceux.SlackBuild | |
parent | e87288e2d3ec970b4f5129e219eb707854e277c1 (diff) | |
download | slackbuilds-8e2c960f4a8cdad5ac5b7b097ec1acb56c7018a3.tar.gz |
games/fceux: Updated for version 2.2.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/fceux/fceux.SlackBuild')
-rw-r--r-- | games/fceux/fceux.SlackBuild | 8 |
1 files changed, 4 insertions, 4 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 |