Magellan Linux

Annotation of /smage/branches/alx07x-unstable/extras/libssh2/libssh2-1.9.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13422 - (hide annotations) (download)
Thu Jul 11 10:59:04 2019 UTC (4 years, 10 months ago) by niro
File size: 643 byte(s)
-release branches/alx07x-unstable
1 niro 13255 # $Id$
2    
3     PNAME="libssh2"
4     PVER="1.9.0"
5     PBUILD="r1"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="A library implementing the SSH2 protocol as defined by Internet Drafts"
10     HOMEPAGE="http://www.libssh2.org/"
11    
12     DEPEND=">= dev-libs/openssl-1.1
13     >= sys-libs/zlib-1.2"
14    
15     ALX_DEV_DEPEND=">= dev-libs/openssl-dev-1.1
16     >= sys-libs/zlib-dev-1.2"
17    
18     SDEPEND="${ALX_DEV_DEPEND}"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.gz"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
24     sminclude mbuild alx-split
25    
26     SRC_URI=(
27     http://www.libssh2.org/download/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd http://www.libssh2.org/download/ | highesttarball gz"