diff options
-rw-r--r-- | games/surgescript/surgescript.SlackBuild | 12 | ||||
-rw-r--r-- | games/surgescript/surgescript.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games/surgescript/surgescript.SlackBuild b/games/surgescript/surgescript.SlackBuild index 56b6f672ea..ef95f7d552 100644 --- a/games/surgescript/surgescript.SlackBuild +++ b/games/surgescript/surgescript.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for surgescript -# Copyright 2022 Johannes Schoepfer, Germany +# Copyright 2022-2024 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=surgescript -VERSION=${VERSION:-0.5.6.1} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -72,9 +72,9 @@ 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 \ + -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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + mkdir -p build cd build @@ -88,8 +88,8 @@ cd build make install/strip DESTDIR=$PKG cd .. -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +#find $PKG -print0 | xargs -0 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 \ diff --git a/games/surgescript/surgescript.info b/games/surgescript/surgescript.info index 5bec3b40eb..4427e05b63 100644 --- a/games/surgescript/surgescript.info +++ b/games/surgescript/surgescript.info @@ -1,8 +1,8 @@ PRGNAM="surgescript" -VERSION="0.5.6.1" +VERSION="0.6.0" HOMEPAGE="https://docs.opensurge2d.org/" -DOWNLOAD="https://github.com/alemart/surgescript/archive/v0.5.6.1/surgescript-0.5.6.1.tar.gz" -MD5SUM="37eecdc997c2c03e27efbf4563db72e1" +DOWNLOAD="https://github.com/alemart/surgescript/archive/v0.6.0/surgescript-0.6.0.tar.gz" +MD5SUM="a589e8821414d2d9204f4c57d9cb59b4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |