summaryrefslogtreecommitdiffstats
path: root/network/konversation/konversation.SlackBuild
diff options
context:
space:
mode:
author ArTourter2020-01-03 02:52:09 +0100
committer Robby Workman2020-01-03 06:33:50 +0100
commit9d6710949c62864fe2ffeb172b077fd6187ac8d7 (patch)
tree9f5d2db8bb171a72d191ba0c9d41aa623e9f7c37 /network/konversation/konversation.SlackBuild
parenta0a8f1b107291d0800787b7b8f8801237dbfbc25 (diff)
downloadslackbuilds-9d6710949c62864fe2ffeb172b077fd6187ac8d7.tar.gz
network/konversation: Updated for version 1.5.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/konversation/konversation.SlackBuild')
-rw-r--r--network/konversation/konversation.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/network/konversation/konversation.SlackBuild b/network/konversation/konversation.SlackBuild
index 3300a2b817..7a93fff79f 100644
--- a/network/konversation/konversation.SlackBuild
+++ b/network/konversation/konversation.SlackBuild
@@ -3,6 +3,7 @@
# SlackBuild script for konversation
# Copyright 2007-2014 Michiel van Wessem, Leicester, United Kingdom
+# Copyright 2020 Gregory Tourte <artourter@gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -25,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=konversation
-VERSION=${VERSION:-1.5}
+VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -83,8 +84,8 @@ mkdir -p build
-DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
- make VERBOSE=1
- make install VERBOSE=1 DESTDIR=$PKG
+ make
+ make install DESTDIR=$PKG
) || exit 1
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \