summaryrefslogtreecommitdiffstats
path: root/network/weechat/weechat.SlackBuild
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-02-19 23:16:09 +0100
committer Willy Sudiarto Raharjo2019-02-23 02:26:51 +0100
commite2294a37dc0975abd0b17bcefd4184afc100fd79 (patch)
treefa3faf6cbf7f552a523ba9dad4e287ee3217a7a3 /network/weechat/weechat.SlackBuild
parent0bd54b4ba4e9bff5c3765d9a14d6af7ec4d57d65 (diff)
downloadslackbuilds-e2294a37dc0975abd0b17bcefd4184afc100fd79.tar.gz
network/weechat: Updated for version 2.4.
Diffstat (limited to 'network/weechat/weechat.SlackBuild')
-rw-r--r--network/weechat/weechat.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/weechat/weechat.SlackBuild b/network/weechat/weechat.SlackBuild
index 7f887d3520..8a2d913286 100644
--- a/network/weechat/weechat.SlackBuild
+++ b/network/weechat/weechat.SlackBuild
@@ -2,7 +2,7 @@
# Originally written by hollywoodb (hollywoodb@fastmail.fm)
# Maintained 2011-2016 by sero (firebird209 at gmail dot com)
-# Maintained 2017-2018 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Maintained 2017-2019 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# 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=weechat
-VERSION=${VERSION:-2.3}
+VERSION=${VERSION:-2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,8 +77,8 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_MAN=ON \
-DENABLE_PHP=OFF \
- -DENABLE_PYTHON3=OFF \
- -DENABLE_DOC=ON \
+ -DENABLE_PYTHON=ON \
+ -DENABLE_DOC=OFF \
-DLIBDIR=/usr/lib${LIBDIRSUFFIX} \
-DCMAKE_BUILD_TYPE=Release \
..