diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-09 13:42:46 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:54 +0700 |
commit | c707e5a5677006278609afacdd9c41d579c79112 (patch) | |
tree | a330c8fa0aca3cea209470b4fcc1d267e666e4cf /games | |
parent | 8c1669a99a3f188b26a351c802007d4ebd9b07cf (diff) | |
download | slackbuilds-c707e5a5677006278609afacdd9c41d579c79112.tar.gz |
games/nexuiz: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/nexuiz/README | 10 | ||||
-rw-r--r-- | games/nexuiz/nexuiz.SlackBuild | 18 | ||||
-rw-r--r-- | games/nexuiz/slack-desc | 10 |
3 files changed, 17 insertions, 21 deletions
diff --git a/games/nexuiz/README b/games/nexuiz/README index c10cd7961e..b1f798588d 100644 --- a/games/nexuiz/README +++ b/games/nexuiz/README @@ -1,8 +1,10 @@ +nexuiz (open-source first person shooter game) + Nexuiz is a fast paced 3d deathmatch game project created online -by a team of developers called Alientrap. It is based on the -open-sourced Quake engine. Nexuiz is a standalone game that can -be played locally or over the internet. It is completely open -source and actively developed. +by a team of developers called Alientrap. It is based on the +open-sourced Quake engine. Nexuiz is a standalone game that can +be played locally or over the internet. It is completely open +source. Note: This SlackBuild just repackages the binaries (no compiling). The "source" download is about 900M. diff --git a/games/nexuiz/nexuiz.SlackBuild b/games/nexuiz/nexuiz.SlackBuild index ec957362d1..99a0676ca1 100644 --- a/games/nexuiz/nexuiz.SlackBuild +++ b/games/nexuiz/nexuiz.SlackBuild @@ -2,10 +2,7 @@ # Slackware build script for Nexuiz -# Now maintained by B. Watson <yalhcru@gmail.com>, please don't bother -# Chess with questions about this build (bother me instead) - -# Copyright 2008-2009 Chess Griffin <chess@chessgriffin.com> +# Copyright 2008-2009 Chess Griffin <email removed> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,6 +22,9 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Now maintained by B. Watson <yalhcru@gmail.com>, please don't bother +# Chess with questions about this build (bother me instead) + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nexuiz @@ -43,9 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -83,11 +80,8 @@ unzip -o $CWD/nexuiz-$SRCVER.zip \ 'Nexuiz/Nexuiz.app/*' 'Nexuiz/extra/*' 'Nexuiz/sources/*' cd Nexuiz 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 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ install -D -m 0644 $CWD/nexuiz-glx.desktop \ $PKG/usr/share/applications/nexuiz-glx.desktop diff --git a/games/nexuiz/slack-desc b/games/nexuiz/slack-desc index f9003c6cdd..f7b9fa4ad8 100644 --- a/games/nexuiz/slack-desc +++ b/games/nexuiz/slack-desc @@ -9,11 +9,11 @@ nexuiz: nexuiz (open-source first person shooter game) nexuiz: nexuiz: Nexuiz is a fast paced 3d deathmatch game project created online -nexuiz: by a team of developers called Alientrap. It is based on the -nexuiz: open-sourced Quake engine. Nexuiz is a standalone game that can -nexuiz: be played locally or over the internet. It is completely open -nexuiz: source and actively developed. +nexuiz: by a team of developers called Alientrap. It is based on the +nexuiz: open-sourced Quake engine. Nexuiz is a standalone game that can +nexuiz: be played locally or over the internet. It is completely open +nexuiz: source. +nexuiz: nexuiz: -nexuiz: Homepage: http://www.alientrap.org/nexuiz nexuiz: nexuiz: |