Magellan Linux

Contents of /smage/trunk/extras/libssh/libssh-0.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7098 - (show annotations) (download)
Wed Sep 9 08:13:02 2015 UTC (8 years, 9 months ago) by niro
File size: 749 byte(s)
auto added: ver bump to 0.7.1-r1
1 # $Id$
2
3 PNAME="libssh"
4 PVER="0.7.1"
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.2
13 >= sys-libs/zlib-1.2"
14
15 ALX_DEV_DEPEND=">= dev-libs/openssl-dev-1.0.2
16 >= sys-libs/zlib-dev-1.2"
17
18 SDEPEND="${ALX_DEV_DEPEND}"
19
20 SRCFILE="${PNAME}-${PVER}.tar.xz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
24 sminclude cmake alx-split
25
26 DL_ID="154"
27
28 SRC_URI=(
29 https://red.libssh.org/attachments/download/${DL_ID}/${SRCFILE}
30 http://www.libssh.org/files/${PVER%.*}/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 UP2EXCLUDE="rc"
35 UP2DATE="updatecmd https://red.libssh.org/projects/libssh/files | highesttarball xz"