games/ostrichriders: Updated for version 0.6.5.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2019-11-30 05:25:04 -05:00 committed by Willy Sudiarto Raharjo
parent d7fad12c57
commit 7d290dc796
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 17 additions and 12 deletions

View file

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH OSTRICHRIDERS 6 "2016-08-10" "0.6.3" "SlackBuilds.org" .TH OSTRICHRIDERS 6 "2019-11-30" "0.6.5" "SlackBuilds.org"
.SH NAME .SH NAME
ostrichriders \- clone of the arcade game "Joust" ostrichriders \- clone of the arcade game "Joust"
. .
@ -62,6 +62,9 @@ configurable via the menu.
.TP .TP
.B \fI\-l\fP <libdir> .B \fI\-l\fP <libdir>
Use alternate game data directory. Use alternate game data directory.
.TP
.B \fI\-a\fP
Arcade mode. Reduces available options in the game menu.
.UNINDENT .UNINDENT
.SH FILES .SH FILES
.INDENT 0.0 .INDENT 0.0
@ -78,7 +81,7 @@ The default player 1 and 2 controls are shown on the menu screen, but
are not updated if the controls are changed using the Controls menu. are not updated if the controls are changed using the Controls menu.
.SH COPYRIGHT .SH COPYRIGHT
.sp .sp
See the file /usr/doc/PRGNAM\-0.6.3/LICENCE for license information. See the file /usr/doc/PRGNAM\-0.6.5/LICENCE for license information.
.SH AUTHORS .SH AUTHORS
.sp .sp
PRGNAM was developed by Seby, Suiland, and Dennis Payne. PRGNAM was developed by Seby, Suiland, and Dennis Payne.

View file

@ -6,8 +6,10 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20191130 bkw: update for v0.6.5, update man page to add new -a option
PRGNAM=ostrichriders PRGNAM=ostrichriders
VERSION=${VERSION:-0.6.4} VERSION=${VERSION:-0.6.5}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -47,11 +49,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tgz tar xvf $CWD/$PRGNAM-$VERSION.tgz
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
-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 {} \;
# This stuff looks like it was included in the tarball by mistake. # This stuff looks like it was included in the tarball by mistake.
rm -f data/mods/sandbox/media/Thumbs.db \ rm -f data/mods/sandbox/media/Thumbs.db \

View file

@ -1,8 +1,8 @@
PRGNAM="ostrichriders" PRGNAM="ostrichriders"
VERSION="0.6.4" VERSION="0.6.5"
HOMEPAGE="http://identicalsoftware.com/ostrichriders/" HOMEPAGE="http://identicalsoftware.com/ostrichriders/"
DOWNLOAD="http://identicalsoftware.com/ostrichriders/ostrichriders-0.6.4.tgz" DOWNLOAD="http://identicalsoftware.com/ostrichriders/ostrichriders-0.6.5.tgz"
MD5SUM="604db8c30b6c1bf735a92ba729d14353" MD5SUM="e9aa0c42cf0911668d5085ec7289c2df"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="SFML" REQUIRES="SFML"

View file

@ -2,7 +2,7 @@
.. rst2man.py ostrichriders.rst > ostrichriders.6 .. rst2man.py ostrichriders.rst > ostrichriders.6
.. rst2man.py comes from the SBo development/docutils package. .. rst2man.py comes from the SBo development/docutils package.
.. |version| replace:: 0.6.3 .. |version| replace:: 0.6.5
.. |date| date:: .. |date| date::
.. converting from pod: .. converting from pod:
@ -47,6 +47,9 @@ OPTIONS
*-l* <libdir> *-l* <libdir>
Use alternate game data directory. Use alternate game data directory.
*-a*
Arcade mode. Reduces available options in the game menu.
FILES FILES
===== =====