diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-07-19 23:34:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-24 20:43:43 +0700 |
commit | 3eb04e892f0c0e9b469913a50ed700d54672401d (patch) | |
tree | 96d397f948d3d5508df2d2aef4dd9f4c278c95d3 /games | |
parent | 4eb48550590e0981993f1ea8951b79f373b54704 (diff) |
games/surgescript: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-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 56b6f672ea4f0..ef95f7d552485 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 5bec3b40eb744..4427e05b63745 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="" |