Magellan Linux

Annotation of /trunk/extras/libssh2/libssh2-1.9.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33212 - (hide annotations) (download)
Sat Oct 19 12:09:35 2019 UTC (4 years, 6 months ago) by niro
File size: 495 byte(s)
auto added: ver bump to 1.9.0-r1
1 niro 33212 # $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     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     http://www.libssh2.org/download/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd http://www.libssh2.org/download/ | highesttarball gz"