mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libgit2: Updated for version 1.0.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d2d275f135
commit
a34bc0611a
2 changed files with 9 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libgit2
|
||||
|
||||
# Copyright 2014-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2014-2020 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# 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=libgit2
|
||||
VERSION=${VERSION:-0.28.3}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +75,10 @@ cd build
|
|||
-DCMAKE_INSTALL_PREFIX:PATH="/usr" \
|
||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DUSE_ICONV:BOOL=ON \
|
||||
-DREGEX_BACKEND=pcre \
|
||||
-DUSE_SHA1=HTTPS \
|
||||
-DUSE_HTTPS=OpenSSL \
|
||||
-DUSE_NTLMCLIENT=OFF \
|
||||
-DLIB_INSTALL_DIR:PATH="lib${LIBDIRSUFFIX}" \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgit2"
|
||||
VERSION="0.28.3"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="https://libgit2.github.com/"
|
||||
DOWNLOAD="https://github.com/libgit2/libgit2/archive/v0.28.3/libgit2-0.28.3.tar.gz"
|
||||
MD5SUM="f9f2a2a2da09b4cdb8b1a596eb799179"
|
||||
DOWNLOAD="https://github.com/libgit2/libgit2/archive/v1.0.0/libgit2-1.0.0.tar.gz"
|
||||
MD5SUM="5ce9b630203573e544d663cbd750040f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue