mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/opensonic: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
012343aa13
commit
def70e1a04
3 changed files with 8 additions and 13 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
# Slackware build script for opensonic
|
||||
|
||||
# Copyright 2013 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2013 Larry Hajali
|
||||
# Copyright 2024 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,8 +23,6 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20220222 bkw: Modified by SlackBuilds.org: fix build on 15.0.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=opensonic
|
||||
|
@ -52,16 +51,12 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
@ -108,7 +103,7 @@ cp -a \
|
|||
license.txt readme*.html \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
find $PKG/usr/doc -type f -exec chmod 0644 '{}' \;
|
||||
find $PKG/usr/doc -type f -exec chmod 0644 '{}' +
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="opensonic"
|
||||
VERSION="0.1.4"
|
||||
HOMEPAGE="http://opensnc.sourceforge.net/home/index.php"
|
||||
HOMEPAGE="https://opensnc.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/opensnc/opensnc-src-0.1.4.tar.gz \
|
||||
https://github.com/t6/loggcompat/archive/4.4.2/loggcompat-4.4.2.tar.gz"
|
||||
https://dev.gentoo.org/~ionen/distfiles/loggcompat-4.4.2.tar.gz"
|
||||
MD5SUM="069fa14f43251b218b4fd81378d1cd78 \
|
||||
0961ef1f84f49331bb9dce2a3919327d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="allegro4"
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
MAINTAINER="Johannes Schoepfer"
|
||||
EMAIL="slackbuilds@schoepfer.info"
|
||||
|
|
|
@ -16,4 +16,4 @@ opensonic: greater level of interaction between the player and the levels. It's
|
|||
opensonic: more than just a jump'n'run; the user must come up with some strategy
|
||||
opensonic: in order to get through the levels.
|
||||
opensonic:
|
||||
opensonic: Homepage: http://opensnc.sourceforge.net/home/index.php
|
||||
opensonic: https://opensnc.sourceforge.net/
|
||||
|
|
Loading…
Reference in a new issue