diff options
author | Heiko Rosemann <heiko.rosemann@web.de> | 2017-07-20 07:19:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:56:13 +0700 |
commit | 78adfa448a3d1a4dda5ce1603f0aaa1633c6af53 (patch) | |
tree | 3753144ca4644e56a37e222f9748eb28775c7db2 /libraries/gwenhywfar | |
parent | ab85de755e6628c06b4f239b29863945110b217f (diff) | |
download | slackbuilds-78adfa448a3d1a4dda5ce1603f0aaa1633c6af53.tar.gz |
libraries/gwenhywfar: Updated for version 4.17.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/gwenhywfar')
-rw-r--r-- | libraries/gwenhywfar/README | 4 | ||||
-rw-r--r-- | libraries/gwenhywfar/gwenhywfar.SlackBuild | 11 | ||||
-rw-r--r-- | libraries/gwenhywfar/gwenhywfar.info | 6 |
3 files changed, 14 insertions, 7 deletions
diff --git a/libraries/gwenhywfar/README b/libraries/gwenhywfar/README index 1c67bb94c0..f5fbbf5aaa 100644 --- a/libraries/gwenhywfar/README +++ b/libraries/gwenhywfar/README @@ -1,9 +1,9 @@ gwenhywfar (multi-purpose library for aqbanking) -Gwenhywfar is a multi-purpose library that provides useful functions +Gwenhywfar is a multi-purpose library that provides useful functions such as configuration file handling, a full featured message generation and parsing engine, and an operating system abstraction layer. It is used by Libchipcard, AqBanking, QBankManager, OpenHBCI, AqMoney, -and various other projects. +and various other projects. diff --git a/libraries/gwenhywfar/gwenhywfar.SlackBuild b/libraries/gwenhywfar/gwenhywfar.SlackBuild index 1a96ec52a7..d9400ddb13 100644 --- a/libraries/gwenhywfar/gwenhywfar.SlackBuild +++ b/libraries/gwenhywfar/gwenhywfar.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gwenhywfar -# Copyright 2013-2015 Heiko Rosemann Germany +# Copyright 2013-2017 Heiko Rosemann Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gwenhywfar -VERSION=${VERSION:-4.15.3} +VERSION=${VERSION:-4.17.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,6 +60,13 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION + +# Download filename without content disposition is strange... fix it +if [ -f $CWD/"download.php?package=01&release=205&file=01&dummy=gwenhywfar-4.17.0.tar.gz" ]; then + mv $CWD/"download.php?package=01&release=205&file=01&dummy=gwenhywfar-4.17.0.tar.gz" \ + $CWD/$PRGNAM-$VERSION.tar.gz +fi + tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . diff --git a/libraries/gwenhywfar/gwenhywfar.info b/libraries/gwenhywfar/gwenhywfar.info index e37d80be6f..19cd7d0209 100644 --- a/libraries/gwenhywfar/gwenhywfar.info +++ b/libraries/gwenhywfar/gwenhywfar.info @@ -1,8 +1,8 @@ PRGNAM="gwenhywfar" -VERSION="4.15.3" +VERSION="4.17.0" HOMEPAGE="http://www.aquamaniac.de/sites/download/packages.php?package=01&showall=1" -DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/gwenhywfar/gwenhywfar-4.15.3.tar.gz" -MD5SUM="4e96e68482a3cf1cfc00bd3645684c82" +DOWNLOAD="https://www.aquamaniac.de/sites/download/download.php?package=01&release=205&file=01&dummy=gwenhywfar-4.17.0.tar.gz" +MD5SUM="00c811c7044589fe157387f72d1af191" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |