summaryrefslogtreecommitdiffstats
path: root/development/gsoap/gsoap.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger2016-01-23 18:25:54 +0100
committer Willy Sudiarto Raharjo2016-01-26 12:59:11 +0100
commit918d87cb7b7c82208b74e54d1a8419c5589b9567 (patch)
treef740f3cede00b6e9510953b91c7241e0d1bff540 /development/gsoap/gsoap.SlackBuild
parent831b015ade6d8e093f7cc8250f1aca63e5d62a5c (diff)
downloadslackbuilds-918d87cb7b7c82208b74e54d1a8419c5589b9567.tar.gz
development/gsoap: Updated for version 2.8.27.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/gsoap/gsoap.SlackBuild')
-rw-r--r--development/gsoap/gsoap.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/gsoap/gsoap.SlackBuild b/development/gsoap/gsoap.SlackBuild
index c2fbf61105..97f5cc7c48 100644
--- a/development/gsoap/gsoap.SlackBuild
+++ b/development/gsoap/gsoap.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gsoap
-# Copyright 2009-2013 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2009-2016 Heinz Wiesinger, Amsterdam, The Netherlands
# 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=gsoap
-VERSION=${VERSION:-2.8.21}
+VERSION=${VERSION:-2.8.27}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -87,7 +87,7 @@ make -j1
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a changelog.html LICENSE.txt NOTES.txt README.txt \
+cp -a changelog.md LICENSE.txt NOTES.txt README.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild