Magellan Linux

Contents of /smage/trunk/extras/php-ssh2/php-ssh2-0.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7104 - (show annotations) (download)
Wed Sep 9 08:34:22 2015 UTC (8 years, 8 months ago) by niro
File size: 350 byte(s)
auto added: ver bump to 0.12-r1
1 # $Id$
2
3 PNAME="php-ssh2"
4 PVER="0.12"
5 PBUILD="r1"
6
7 PCAT="dev-php"
8
9 DESCRIPTION="PHP bindings for the libssh2 library."
10 HOMEPAGE="https://pecl.php.net/package/ssh2"
11
12 SRCFILE="${PNAME/#php-/}-${PVER}.tgz"
13 sminclude php
14
15 SRC_URI=(
16 https://pecl.php.net/get/${SRCFILE}
17 mirror://${PNAME}/${SRCFILE}
18 )
19
20 UP2DATE="updatecmd ${HOMEPAGE} | highesttarball tgz"