diff options
author | Gerardo Zamudio <gerardo.zamudio@linux.com> | 2017-07-18 09:50:50 -0500 |
---|---|---|
committer | Gerardo Zamudio <gerardo.zamudio@linux.com> | 2017-07-18 09:50:50 -0500 |
commit | 44c812b8257a4d7152d5ff0139fa186b3c324076 (patch) | |
tree | ec13e975b08b80fe5520375cbff85f03889e1471 /games/roccat-tools/roccat-tools.SlackBuild | |
parent | 6c9a69ec37f2771db353ff9f028612b295214257 (diff) |
games/roccat-tools: Update for version 5.7.0
Diffstat (limited to 'games/roccat-tools/roccat-tools.SlackBuild')
-rw-r--r-- | games/roccat-tools/roccat-tools.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/roccat-tools/roccat-tools.SlackBuild b/games/roccat-tools/roccat-tools.SlackBuild index f0a9462c0f2a3..b6772561fae47 100644 --- a/games/roccat-tools/roccat-tools.SlackBuild +++ b/games/roccat-tools/roccat-tools.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for roccat-tools -# Copyright 2015 Gerardo Zamudio <gerardo.zamudio@linux.com> Mexico City, Mexico +# Copyright 2017 Gerardo Zamudio <gerardo.zamudio@linux.com> Mexico City, Mexico # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ # - use getent to check for group existence, instead of grepping /etc/group. PRGNAM=roccat-tools -VERSION=${VERSION:-5.6.0} +VERSION=${VERSION:-5.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,8 +97,7 @@ fi # Also note: the cmake script searches for luajit as well as lua, but # if luajit's not found, the build succeeds anyway. Not being a lua guy, # I don't know what (if anything) is different when built with or -# without luajit. I only mention it to bring it to the attention of -# the future maintainer of this script (whoever that turns out to be). +# without luajit. LUAVERSION="$( lua -e 'print(_VERSION)' | cut -d' ' -f2 )" LUA="-DWITH_LUA='$LUAVERSION'" |