games/chromium-bsu: Updated for version 0.9.16

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2016-08-04 22:24:12 -07:00 committed by David Spencer
parent 0e32deff3c
commit 1db7393829
3 changed files with 10 additions and 8 deletions

View file

@ -1,2 +1,4 @@
Chromium B.S.U. is a fast paced, arcade-style, top-scrolling shooter.
It uses OpenGL for graphics, and OpenAL for sound effects.
Optional dependencies: ftgl, SDL2_mixer and SDL2_image

View file

@ -3,7 +3,7 @@
# Slackware build script for chromium
#
# Copyright 2007 Niklas "Nille" Åkerström
# Copyright 2014 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2014-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
# Modified by Erik Hanson <erik@slackbuilds.org>
PRGNAM=chromium-bsu
VERSION=${VERSION:-0.9.15.1}
VERSION=${VERSION:-0.9.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -66,7 +66,7 @@ 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 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 {} \;
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -85,8 +85,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
cp \
AUTHORS ChangeLog COPYING NEWS README* data/doc/*.htm \
cp -a \
AUTHORS ChangeLog COPYING NEWS README* data/doc/*.html \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="chromium-bsu"
VERSION="0.9.15.1"
VERSION="0.9.16"
HOMEPAGE="http://chromium-bsu.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/chromium-bsu/chromium-bsu-0.9.15.1.tar.gz"
MD5SUM="bd332a890ae9e5115f2808198a51a92b"
DOWNLOAD="http://downloads.sourceforge.net/chromium-bsu/chromium-bsu-0.9.16.tar.gz"
MD5SUM="3d3fb58fa0503061605f51a0c2563bad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="freealut quesoglc libglpng"