Magellan Linux

Contents of /smage/trunk/deprecated/php-ssh2/php-ssh2-0.12-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17439 - (show annotations) (download)
Fri Nov 24 09:29:52 2023 UTC (5 months, 4 weeks ago) by niro
File size: 422 byte(s)
-moved to 'deprecated'
1 # $Id$
2
3 PNAME="php-ssh2"
4 PVER="0.12"
5 PBUILD="r2"
6
7 PCAT="dev-php"
8
9 DEPEND=">= net-libs/libssh2-1.6"
10 SDEPEND=">= net-libs/libssh2-dev-1.6"
11
12 DESCRIPTION="PHP bindings for the libssh2 library."
13 HOMEPAGE="https://pecl.php.net/package/ssh2"
14
15 SRCFILE="${PNAME/#php-/}-${PVER}.tgz"
16 sminclude php
17
18 SRC_URI=(
19 https://pecl.php.net/get/${SRCFILE}
20 mirror://${PNAME}/${SRCFILE}
21 )
22
23 UP2DATE="updatecmd ${HOMEPAGE} | highesttarball tgz"