Magellan Linux

Contents of /branches/R11-unstable/extras/libssh2/libssh2-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32632 - (show annotations) (download)
Mon Apr 29 13:18:42 2019 UTC (5 years ago) by niro
File size: 495 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libssh2"
4 PVER="1.8.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"