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/gwenhywfar.SlackBuild | |
parent | ab85de755e6628c06b4f239b29863945110b217f (diff) |
libraries/gwenhywfar: Updated for version 4.17.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/gwenhywfar/gwenhywfar.SlackBuild')
-rw-r--r-- | libraries/gwenhywfar/gwenhywfar.SlackBuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/libraries/gwenhywfar/gwenhywfar.SlackBuild b/libraries/gwenhywfar/gwenhywfar.SlackBuild index 1a96ec52a719a..d9400ddb13894 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 . |