games/manaplus: Updated for version 1.9.3.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2897b43c33
commit
95355cbe54
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue