Magellan Linux

Contents of /trunk/extras/libssh2/libssh2-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30459 - (show annotations) (download)
Wed Jan 24 09:20:56 2018 UTC (6 years, 3 months ago) by niro
File size: 495 byte(s)
auto added: ver bump to 1.8.0-r1
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"