summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dugan Chen2014-10-16 03:28:53 +0200
committer Willy Sudiarto Raharjo2014-10-16 03:28:53 +0200
commit0ed037afd3b831bc33c5e9914c09c0014d213769 (patch)
treec625e31a29e8d3a03016090b70d297419b2511dd
parentd074aa251b78c184b50f7a3c9fe015ef916c3d57 (diff)
downloadslackbuilds-0ed037afd3b831bc33c5e9914c09c0014d213769.tar.gz
games/nestopia: Updated for version 1.46.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/nestopia/nestopia.SlackBuild14
-rw-r--r--games/nestopia/nestopia.info6
2 files changed, 9 insertions, 11 deletions
diff --git a/games/nestopia/nestopia.SlackBuild b/games/nestopia/nestopia.SlackBuild
index 6b0142349d..f45e53f233 100644
--- a/games/nestopia/nestopia.SlackBuild
+++ b/games/nestopia/nestopia.SlackBuild
@@ -5,7 +5,7 @@
# Written by Dugan Chen (thedoogster@gmail.com)
PRGNAM=nestopia
-VERSION=${VERSION:-1.46}
+VERSION=${VERSION:-1.46.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -48,10 +48,10 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch < $CWD/Makefile.patch
sed -i "s/-O3 -g3/-g3 ${SLKCFLAGS}/g" Makefile
@@ -62,9 +62,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- COPYING README.md README.unix changelog.txt readme.html \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING README.md README.unix changelog.txt readme.html $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar doc/ $PKG/usr/doc/$PRGNAM-$VERSION/api/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/games/nestopia/nestopia.info b/games/nestopia/nestopia.info
index 63071015f7..e431da32af 100644
--- a/games/nestopia/nestopia.info
+++ b/games/nestopia/nestopia.info
@@ -1,8 +1,8 @@
PRGNAM="nestopia"
-VERSION="1.46"
+VERSION="1.46.2"
HOMEPAGE="http://0ldsk00l.ca/nestopia/"
-DOWNLOAD="http://downloads.sourceforge.net/project/nestopiaue/1.46/nestopia-1.46.tgz"
-MD5SUM="3e47b2e081e52aa7cf59252a7c824738"
+DOWNLOAD="http://downloads.sourceforge.net/project/nestopiaue/1.46/nestopia-1.46.2.tgz"
+MD5SUM="561ec0e71117cbf7514db235394cd958"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2"