diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-09-03 13:45:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-03 14:16:02 +0700 |
commit | def70e1a04242324a61e85a7aea22dedcfd565a1 (patch) | |
tree | 3cd0377d8da53cf383ac6bbd5a94db9306ad9f29 /games | |
parent | 012343aa13356bd13be83d875e66128eb3b8e79b (diff) |
games/opensonic: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/opensonic/opensonic.SlackBuild | 11 | ||||
-rw-r--r-- | games/opensonic/opensonic.info | 8 | ||||
-rw-r--r-- | games/opensonic/slack-desc | 2 |
3 files changed, 8 insertions, 13 deletions
diff --git a/games/opensonic/opensonic.SlackBuild b/games/opensonic/opensonic.SlackBuild index 4c76cdd8cd9b9..b22e2aac3c5d3 100644 --- a/games/opensonic/opensonic.SlackBuild +++ b/games/opensonic/opensonic.SlackBuild @@ -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 diff --git a/games/opensonic/opensonic.info b/games/opensonic/opensonic.info index b978e44cba7e2..cf28c2ff5c64c 100644 --- a/games/opensonic/opensonic.info +++ b/games/opensonic/opensonic.info @@ -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" diff --git a/games/opensonic/slack-desc b/games/opensonic/slack-desc index 9dc9cc61520c3..43f1b2c38e7f9 100644 --- a/games/opensonic/slack-desc +++ b/games/opensonic/slack-desc @@ -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/ |