diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-10 22:28:13 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-12 08:10:56 +0700 |
commit | 86981bd4510557008042b6706a5ec3ba7ee27595 (patch) | |
tree | d66588aaac555726c8b5570b78cc494134602e9f /libraries/poco/poco.SlackBuild | |
parent | bb9327f6b27f1f21bd972f39fd5c3cb9c1caad3d (diff) |
libraries/poco: Updated for version 1.6.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/poco/poco.SlackBuild')
-rw-r--r-- | libraries/poco/poco.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/poco/poco.SlackBuild b/libraries/poco/poco.SlackBuild index 40e593ca7e6b4..5ca517dda0055 100644 --- a/libraries/poco/poco.SlackBuild +++ b/libraries/poco/poco.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for poco -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=poco -SRCVER=${SRCVER:-1.6.0-all} -VERSION=$(echo $SRCVER | cut -c1-7) +VERSION=${VERSION:-1.6.1} +EDITION=all BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$SRCVER -tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz -cd $PRGNAM-$SRCVER +rm -rf $PRGNAM-$VERSION-$EDITION +tar xvf $CWD/$PRGNAM-$VERSION-$EDITION.tar.gz +cd $PRGNAM-$VERSION-$EDITION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |