diff options
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 \ |