diff options
author | Jefferson Rocha <root@slackjeff.com.br> | 2019-08-10 00:44:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-10 00:44:12 +0700 |
commit | 95355cbe5498feb153ffd21260bd5328152eb39d (patch) | |
tree | 5972b068b05e0b8d1e560b16179d5ba77165359c /games | |
parent | 2897b43c33c51e4fee8860d55dbe219b2c2c1fb1 (diff) | |
download | slackbuilds-95355cbe5498feb153ffd21260bd5328152eb39d.tar.gz |
games/manaplus: Updated for version 1.9.3.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/manaplus/manaplus.SlackBuild | 20 | ||||
-rw-r--r-- | games/manaplus/manaplus.info | 6 |
2 files changed, 12 insertions, 14 deletions
diff --git a/games/manaplus/manaplus.SlackBuild b/games/manaplus/manaplus.SlackBuild index e504aa75e9..5da1264527 100644 --- a/games/manaplus/manaplus.SlackBuild +++ b/games/manaplus/manaplus.SlackBuild @@ -1,8 +1,6 @@ #!/bin/sh - # Slackware build script for manaplus - -# Copyright 2018 Jefferson Rocha <lrcjefferson@gmail.com> +# Copyright 2018 Jefferson Rocha <root@slackjeff.com.br> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=manaplus -VERSION=${VERSION:-1.8.9.1} +VERSION=${VERSION:-1.9.3.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,14 +67,14 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux diff --git a/games/manaplus/manaplus.info b/games/manaplus/manaplus.info index 88f8682c64..b2e1e676fd 100644 --- a/games/manaplus/manaplus.info +++ b/games/manaplus/manaplus.info @@ -1,10 +1,10 @@ PRGNAM="manaplus" -VERSION="1.8.9.1" +VERSION="1.9.3.23" HOMEPAGE="http://manaplus.org/" DOWNLOAD="http://download.evolonline.org/manaplus/download/manaplus.tar.xz" -MD5SUM="9430689444eb9886f0dfaf001ba2e3fc" +MD5SUM="abd29dd7a6b8e1321b3b924ad953e040" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL_gfx" MAINTAINER="Jefferson Rocha" -EMAIL="lrcjefferson@gmail.com" +EMAIL="root@slackjeff.com.br" |