Magellan Linux

Annotation of /smage/trunk/extras/php-ssh2/php-ssh2-0.12-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8458 - (hide annotations) (download)
Fri Jan 29 09:20:28 2016 UTC (8 years, 4 months ago) by niro
File size: 422 byte(s)
-rebuild against php-5.6.17
1 niro 8458 # $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"