network/weechat: Updated for version 2.4.
This commit is contained in:
parent
0bd54b4ba4
commit
e2294a37dc
|
@ -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 \
|
||||
..
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="weechat"
|
||||
VERSION="2.3"
|
||||
VERSION="2.4"
|
||||
HOMEPAGE="http://www.weechat.org"
|
||||
DOWNLOAD="http://weechat.org/files/src/weechat-2.3.tar.bz2"
|
||||
MD5SUM="f6ac18fbc0653d99dae496367117aafd"
|
||||
DOWNLOAD="http://weechat.org/files/src/weechat-2.4.tar.bz2"
|
||||
MD5SUM="aed87f1f0f47ecd640ecf53b773d03e8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue