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/php-ssh2/php-ssh2.SlackBuild | |
parent | 4539ebb61df7edd9df61a1a892945beea794409e (diff) | |
download | slackbuilds-4875a9fd933d7b4661720f1e6ccb79b9f7a03e8d.tar.gz |
libraries/php-ssh2: Updated for version 0.13.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'libraries/php-ssh2/php-ssh2.SlackBuild')
-rw-r--r-- | libraries/php-ssh2/php-ssh2.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/php-ssh2/php-ssh2.SlackBuild b/libraries/php-ssh2/php-ssh2.SlackBuild index 238f232ad1..3c659c9415 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} |