Magellan Linux

Contents of /branches/magellan-next/extras/libssh/libssh-0.4.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7004 - (show annotations) (download)
Mon Sep 27 17:25:13 2010 UTC (13 years, 7 months ago) by niro
File size: 498 byte(s)
auto added: ver bump to 0.4.6-r1
1 # $Id$
2
3 PNAME="libssh"
4 PVER="0.4.6"
5 PBUILD="r1"
6
7 PCATEGORIE="net-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Library for accessing ssh client services through C libraries-"
11 HOMEPAGE="http://www.libssh.org/"
12
13 DEPEND=">= dev-libs/openssl-1.0.0
14 >= sys-libs/zlib-1.2"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude cmake
20
21 SRC_URI=(
22 http://www.libssh.org/files/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://www.libssh.org/files/ | lasttarball gz"