diff options
author | Pedro R.M. Júnior <pedrormjunior@gmail.com> | 2019-11-22 23:03:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-22 23:03:01 +0700 |
commit | eebb529a0ff820495fd98957d99a8a9974df2987 (patch) | |
tree | 45a284f69d594ed37383bd980b946e6e847dfdc3 /libraries/libxls/libxls.SlackBuild | |
parent | f5681a77988ac802b727d93c3a10aa7e4a054afe (diff) |
libraries/libxls: Updated for version 1.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libxls/libxls.SlackBuild')
-rw-r--r-- | libraries/libxls/libxls.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/libxls/libxls.SlackBuild b/libraries/libxls/libxls.SlackBuild index 75c11f949b130..689407583d2af 100644 --- a/libraries/libxls/libxls.SlackBuild +++ b/libraries/libxls/libxls.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libxls -# Copyright 2018 Pedro R.M. Júnior, Campinas, SP, Brazil +# Copyright 2018, 2019 Pedro R.M. Júnior, Campinas, SP, Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libxls -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,8 +60,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM -unzip $CWD/$PRGNAM-$VERSION.zip -cd $PRGNAM +tar -xzf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -69,7 +69,6 @@ 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 {} \; -./bootstrap CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |