Magellan Linux

Contents of /branches/R11-stable/extras/libssh/libssh-0.5.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15244 - (show annotations) (download)
Wed Jan 2 11:01:24 2013 UTC (11 years, 4 months ago) by niro
File size: 561 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libssh"
4 PVER="0.5.3"
5 PBUILD="r1"
6
7 PCAT="net-libs"
8
9 DESCRIPTION="Library for accessing ssh client services through C libraries-"
10 HOMEPAGE="http://www.libssh.org/"
11
12 DEPEND=">= dev-libs/openssl-1.0.1
13 >= sys-libs/zlib-1.2"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude cmake
19
20 SRC_URI=(
21 https://red.libssh.org/attachments/download/38/${SRCFILE}
22 http://www.libssh.org/files/${PVER%.*}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd https://red.libssh.org/projects/libssh/files | lasttarball gz"