Magellan Linux

Diff of /branches/R11-unstable/extras/libssh/libssh-0.7.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30248 by niro, Thu Nov 9 12:03:14 2017 UTC revision 30249 by niro, Thu Nov 9 15:08:11 2017 UTC
# Line 9  PCAT="net-libs" Line 9  PCAT="net-libs"
9  DESCRIPTION="Library for accessing ssh client services through C libraries-"  DESCRIPTION="Library for accessing ssh client services through C libraries-"
10  HOMEPAGE="http://www.libssh.org/"  HOMEPAGE="http://www.libssh.org/"
11    
12  DEPEND=">= dev-libs/openssl-1.1  DEPEND=">= app-crypt/libgcrypt-1.8
13   >= sys-libs/zlib-1.2"   >= sys-libs/zlib-1.2"
14    
15  SRCFILE="${PNAME}-${PVER}.tar.xz"  SRCFILE="${PNAME}-${PVER}.tar.xz"
# Line 27  SRC_URI=( Line 27  SRC_URI=(
27    
28  UP2EXCLUDE="rc"  UP2EXCLUDE="rc"
29  UP2DATE="updatecmd https://red.libssh.org/projects/libssh/files | highesttarball xz"  UP2DATE="updatecmd https://red.libssh.org/projects/libssh/files | highesttarball xz"
30    
31    src_compile()
32    {
33     cmake_setup_builddir || die
34     cmake_configure $(cmake_without GSSAPI) $(cmake_with GCRYPT) || die
35     cmake_mmake || die
36    }

Legend:
Removed from v.30248  
changed lines
  Added in v.30249