diff options
Diffstat (limited to 'games/manaplus/manaplus.SlackBuild')
-rw-r--r-- | games/manaplus/manaplus.SlackBuild | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/games/manaplus/manaplus.SlackBuild b/games/manaplus/manaplus.SlackBuild index e504aa75e936c..5da12645275a1 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 |