diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-06-07 16:19:45 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-08 08:33:44 +0700 |
commit | 47e1bcd8a0ba1cd62bc92a94ac0448a31fcf5973 (patch) | |
tree | b104beab1f74ba3b78a0daad96beb7a8398ec2bd /libraries/libspectrum/libspectrum.SlackBuild | |
parent | 8717b9bf608841c2bff28e188a3b6ce871f917fa (diff) |
libraries/libspectrum: Updated for version 1.2.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/libspectrum/libspectrum.SlackBuild')
-rw-r--r-- | libraries/libspectrum/libspectrum.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libspectrum/libspectrum.SlackBuild b/libraries/libspectrum/libspectrum.SlackBuild index 30920049245f2..12d074973d627 100644 --- a/libraries/libspectrum/libspectrum.SlackBuild +++ b/libraries/libspectrum/libspectrum.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libspectrum -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece # 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=libspectrum -VERSION=${VERSION:-1.1.1} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |