summaryrefslogtreecommitdiffstats
path: root/games/chromium-bsu
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2016-08-04 22:24:12 -0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:51 +0100
commit1db7393829e0aa87677a4fd6b02cd956bc7eb166 (patch)
tree1311c447e793f03177c4f6260dce227f1872a0f3 /games/chromium-bsu
parent0e32deff3c65016e936eccdecdc6bf9d4f5f25d8 (diff)
downloadslackbuilds-1db7393829e0aa87677a4fd6b02cd956bc7eb166.tar.gz
slackbuilds-1db7393829e0aa87677a4fd6b02cd956bc7eb166.tar.xz
games/chromium-bsu: Updated for version 0.9.16
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'games/chromium-bsu')
-rw-r--r--games/chromium-bsu/README2
-rw-r--r--games/chromium-bsu/chromium-bsu.SlackBuild10
-rw-r--r--games/chromium-bsu/chromium-bsu.info6
3 files changed, 10 insertions, 8 deletions
diff --git a/games/chromium-bsu/README b/games/chromium-bsu/README
index ef7b2bb294..c7b2a686cb 100644
--- a/games/chromium-bsu/README
+++ b/games/chromium-bsu/README
@@ -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
diff --git a/games/chromium-bsu/chromium-bsu.SlackBuild b/games/chromium-bsu/chromium-bsu.SlackBuild
index f8adb1cac7..c08acd4fa6 100644
--- a/games/chromium-bsu/chromium-bsu.SlackBuild
+++ b/games/chromium-bsu/chromium-bsu.SlackBuild
@@ -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
diff --git a/games/chromium-bsu/chromium-bsu.info b/games/chromium-bsu/chromium-bsu.info
index b228aa2e12..e2b0166bb9 100644
--- a/games/chromium-bsu/chromium-bsu.info
+++ b/games/chromium-bsu/chromium-bsu.info
@@ -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"