mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/opensurge: Updated for version 0.6.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0bca3391f5
commit
9464bcbee1
2 changed files with 7 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for opensurge
|
||||
|
||||
# Copyright 2022 Johannes Schoepfer, Germany
|
||||
# Copyright 2022-2024 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=opensurge
|
||||
VERSION=${VERSION:-0.6.1.1}
|
||||
VERSION=${VERSION:-0.6.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -68,9 +68,9 @@ cd $PRGNAM-$VERSION
|
|||
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 \
|
||||
-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 {} +
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
@ -83,9 +83,6 @@ cd build
|
|||
make install/strip DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE *.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="opensurge"
|
||||
VERSION="0.6.1.1"
|
||||
VERSION="0.6.1.2"
|
||||
HOMEPAGE="https://opensurge2d.org"
|
||||
DOWNLOAD="https://github.com/alemart/opensurge/archive/v0.6.1.1/opensurge-0.6.1.1.tar.gz"
|
||||
MD5SUM="55709322a3785caceb75a64443687f59"
|
||||
DOWNLOAD="https://github.com/alemart/opensurge/archive/v0.6.1.2/opensurge-0.6.1.2.tar.gz"
|
||||
MD5SUM="429c362c103d4b7c8a142ede8bdf98eb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="allegro surgescript"
|
||||
|
|
Loading…
Reference in a new issue