Magellan Linux

Annotation of /branches/R11-stable/extras/libssh/libssh-0.6.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24327 - (hide annotations) (download)
Fri Feb 20 10:08:23 2015 UTC (9 years, 2 months ago) by niro
File size: 598 byte(s)
-release branches/R11-stable
1 niro 23314 # $Id$
2    
3     PNAME="libssh"
4     PVER="0.6.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.xz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude cmake
19    
20 niro 23316 DL_ID="87"
21 niro 23315
22 niro 23314 SRC_URI=(
23 niro 23315 https://red.libssh.org/attachments/download/${DL_ID}/${SRCFILE}
24 niro 23314 http://www.libssh.org/files/${PVER%.*}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2EXCLUDE="rc"
29     UP2DATE="updatecmd https://red.libssh.org/projects/libssh/files | highesttarball xz"