diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-07-24 19:22:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:21 +0700 |
commit | 4875a9fd933d7b4661720f1e6ccb79b9f7a03e8d (patch) | |
tree | e1a5f4968fc2a07bd6c772400336ff2c51cd7cd9 /libraries | |
parent | 4539ebb61df7edd9df61a1a892945beea794409e (diff) |
libraries/php-ssh2: Updated for version 0.13.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/php-ssh2/doinst.sh | 2 | ||||
-rw-r--r-- | libraries/php-ssh2/php-ssh2.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/php-ssh2/php-ssh2.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/libraries/php-ssh2/doinst.sh b/libraries/php-ssh2/doinst.sh index 34e7d19b7621..31f7716d021a 100644 --- a/libraries/php-ssh2/doinst.sh +++ b/libraries/php-ssh2/doinst.sh @@ -14,5 +14,5 @@ config() { config etc/php.d/ssh2.ini.new /usr/bin/pecl install --nodeps --soft --force --register-only --nobuild \ - usr/libLIBDIRSUFFIX/php/.pkgxml/ssh2.xml > /dev/null + usr/lib%LIBDIRSUFFIX%/php/.pkgxml/ssh2.xml > /dev/null diff --git a/libraries/php-ssh2/php-ssh2.SlackBuild b/libraries/php-ssh2/php-ssh2.SlackBuild index 238f232ad11e..3c659c9415b6 100644 --- a/libraries/php-ssh2/php-ssh2.SlackBuild +++ b/libraries/php-ssh2/php-ssh2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for php-ssh2 -# Copyright 2012, 2015 Mario Preksavec, Zagreb, HR +# Copyright 2012, 2015, 2016 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ SRCNAM=ssh2 PRGNAM=php-ssh2 -VERSION=${VERSION:-0.12} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.13} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -107,7 +107,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -sed "s|LIBDIRSUFFIX|$LIBDIRSUFFIX|" $CWD/doinst.sh > $PKG/install/doinst.sh +sed "s|%LIBDIRSUFFIX%|$LIBDIRSUFFIX|" $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/php-ssh2/php-ssh2.info b/libraries/php-ssh2/php-ssh2.info index 8969315331f0..4c397634f1e0 100644 --- a/libraries/php-ssh2/php-ssh2.info +++ b/libraries/php-ssh2/php-ssh2.info @@ -1,8 +1,8 @@ PRGNAM="php-ssh2" -VERSION="0.12" +VERSION="0.13" HOMEPAGE="http://pecl.php.net/package/ssh2" -DOWNLOAD="http://pecl.php.net/get/ssh2-0.12.tgz" -MD5SUM="409b91678a842bb0ff56f2cf018b9160" +DOWNLOAD="http://pecl.php.net/get/ssh2-0.13.tgz" +MD5SUM="e35f8438b3f6177066166c8c1916f44e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |