Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11669 - (show annotations) (download)
Wed Jan 10 10:08:16 2018 UTC (6 years, 3 months ago) by niro
File size: 643 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 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"