Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8539 - (hide annotations) (download)
Thu Jul 21 21:43:55 2011 UTC (13 years, 2 months ago) by niro
File size: 492 byte(s)
-fixed SRC_URI
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 niro 8539 http://www.libssh.org/files/${PVER%.*}/${SRCFILE}
22 niro 8538 mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd http://www.libssh.org/files/ | lasttarball gz"