mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/chromium-bsu: Updated for version 0.9.16
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
0e32deff3c
commit
1db7393829
3 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue