Magellan Linux

Annotation of /branches/magellan-next/extras/libssh/libssh-0.5.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8538 - (hide annotations) (download)
Thu Jul 21 21:42:43 2011 UTC (12 years, 11 months ago) by niro
File size: 481 byte(s)
auto added: ver bump to 0.5.0-r1
1 niro 8538 # $Id$
2    
3     PNAME="libssh"
4     PVER="0.5.0"
5     PBUILD="r1"
6    
7     PCATEGORIE="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.0
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     http://www.libssh.org/files/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd http://www.libssh.org/files/ | lasttarball gz"