diff options
author | Dimitris Zlatanidis | 2015-09-10 21:28:13 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2015-09-12 03:10:56 +0200 |
commit | 86981bd4510557008042b6706a5ec3ba7ee27595 (patch) | |
tree | d66588aaac555726c8b5570b78cc494134602e9f /libraries/poco | |
parent | bb9327f6b27f1f21bd972f39fd5c3cb9c1caad3d (diff) | |
download | slackbuilds-86981bd4510557008042b6706a5ec3ba7ee27595.tar.gz |
libraries/poco: Updated for version 1.6.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/poco')
-rw-r--r-- | libraries/poco/poco.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/poco/poco.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/libraries/poco/poco.SlackBuild b/libraries/poco/poco.SlackBuild index 40e593ca7e..5ca517dda0 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 \ diff --git a/libraries/poco/poco.info b/libraries/poco/poco.info index c4bd80e293..d97a92c269 100644 --- a/libraries/poco/poco.info +++ b/libraries/poco/poco.info @@ -1,8 +1,8 @@ PRGNAM="poco" -VERSION="1.6.0" +VERSION="1.6.1" HOMEPAGE="http://pocoproject.org" -DOWNLOAD="http://pocoproject.org/releases/poco-1.6.0/poco-1.6.0-all.tar.gz" -MD5SUM="4fed893d4ca57db98b0e10d82545232a" +DOWNLOAD="http://pocoproject.org/releases/poco-1.6.1/poco-1.6.1-all.tar.gz" +MD5SUM="05961d10195d0f760b707752e88938e9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="mysql-connector-c++ unixODBC" |