diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-07-27 17:10:29 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-27 17:10:29 -0500 |
commit | 62ee033e7916372f210ebc58f21bc9c0e528836e (patch) | |
tree | 94d96601dd94967d1bc58f88adef9d64bc70778b /development | |
parent | 4a2d105409c2bc18f895f74b5bf0f6c995541b77 (diff) |
development/gsoap: Updated for version 2.7.17.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/gsoap/README | 3 | ||||
-rw-r--r-- | development/gsoap/gsoap.SlackBuild | 13 | ||||
-rw-r--r-- | development/gsoap/gsoap.info | 10 | ||||
-rw-r--r-- | development/gsoap/slack-desc | 2 |
4 files changed, 12 insertions, 16 deletions
diff --git a/development/gsoap/README b/development/gsoap/README index daf6147ea079..d9328ea67f02 100644 --- a/development/gsoap/README +++ b/development/gsoap/README @@ -6,6 +6,3 @@ 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 this will not build in parallel; set MAKEFLAGS="-j1" if you have -problems. diff --git a/development/gsoap/gsoap.SlackBuild b/development/gsoap/gsoap.SlackBuild index 21fbc59bf48e..35afe3b735a8 100644 --- a/development/gsoap/gsoap.SlackBuild +++ b/development/gsoap/gsoap.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gsoap -# Copyright 2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gsoap -VERSION=2.7.13 +VERSION=2.7.17 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -62,11 +60,13 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-2.7 -tar xvf $CWD/${PRGNAM}_${VERSION}.tar.gz +unzip $CWD/${PRGNAM}_${VERSION}.zip cd $PRGNAM-2.7 chown -R root:root . chmod -R u+w,go+r-w,a-s . +autoreconf -vif + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -77,8 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux # NOTICE: this will not build in parallel! -# set MAKEFLAGS="-j1" if you have problems -make +make -j1 make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/development/gsoap/gsoap.info b/development/gsoap/gsoap.info index 9a9aa725c924..da872f85298d 100644 --- a/development/gsoap/gsoap.info +++ b/development/gsoap/gsoap.info @@ -1,10 +1,10 @@ PRGNAM="gsoap" -VERSION="2.7.13" +VERSION="2.7.17" HOMEPAGE="http://gsoap2.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/gsoap2/gsoap_2.7.13.tar.gz" -MD5SUM="fffb49eb1db7ff03643a4313115dc3b1" +DOWNLOAD="http://downloads.sourceforge.net/gsoap2/gsoap_2.7.17.zip" +MD5SUM="6f58cabfc67b4d5eafd1a30057fc4343" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="pprkut" +MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" -APPROVED="rworkman" +APPROVED="Erik Hanson" diff --git a/development/gsoap/slack-desc b/development/gsoap/slack-desc index 56010c0bd959..23de7e5f596e 100644 --- a/development/gsoap/slack-desc +++ b/development/gsoap/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler------------------------------------------------------| + |-----handy-ruler-------------------------------------------------------| gsoap: gsoap (SOAP C Web Services with SSL and ZLIB) gsoap: gsoap: The gSOAP toolkit provides a cross-platform software development |