development/gsoap: Updated for version 2.8.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
52c39b56a7
commit
74d59cde0d
|
@ -6,3 +6,5 @@ styles, WSDL 1.1, MTOM/MIME/DIME attachments (streaming), SOAP-over-
|
|||
UDP, request-response and one-way messaging. The toolkit also supports
|
||||
WS-Addressing and WS-Security, with several other WS-* available
|
||||
or under development.
|
||||
|
||||
NOTE: gsoap will not build in parallel (needs make -j1)
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gsoap
|
||||
VERSION=2.7.17
|
||||
VERSION=2.8.0
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-2.7
|
||||
rm -rf $PRGNAM-2.8
|
||||
unzip $CWD/${PRGNAM}_${VERSION}.zip
|
||||
cd $PRGNAM-2.7
|
||||
cd $PRGNAM-2.8
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
|
@ -76,7 +76,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
# NOTICE: this will not build in parallel!
|
||||
make -j1
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gsoap"
|
||||
VERSION="2.7.17"
|
||||
VERSION="2.8.0"
|
||||
HOMEPAGE="http://gsoap2.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gsoap2/gsoap_2.7.17.zip"
|
||||
MD5SUM="6f58cabfc67b4d5eafd1a30057fc4343"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gsoap2/gsoap_2.8.0.zip"
|
||||
MD5SUM="742af0914ce4a60e156f08bf38777a33"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
|
|
Loading…
Reference in New Issue